Changelog
*Sourced from [django-bootstrap3's changelog](https://github.com/dyve/django-bootstrap3/blob/master/HISTORY.rst).*
> 12.0.1 (2019-12-12)
> ===================
>
> - Reinstate `bootstrap3.__version__` (fixes [#486](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/486))
> - Update Makefile, travis and tox configuration ([#470](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/470))
>
> 12.0.0 (2019-12-04)
> ===================
>
> - Drop support for Python 2.7, Django 1.11 and Django 2.0 ([#456](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/456))
> - Fix Deprecationwarning in Python 3.7 ([#455](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/455))
> - Add label class support to form field checkboxes ([#453](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/453))
> - Move development tasks from setup.py to Makefile
> - Fix compatibility with Django 3.0 and master
> - Add Django 3.0 to tox.ini
> - Update versions in requirements.txt
> - Use Makefile for common tasks
> - Drop MANIFEST.in, use setuptools\_scm
> - Drop \_version.py, use version from git tag
Commits
- [`3ae0e52`](https://github.com/dyve/django-bootstrap3/commit/3ae0e52f04496f3651ed4d230a466ce8d3188599) Update HISTORY.rst
- [`85d6521`](https://github.com/dyve/django-bootstrap3/commit/85d652198fefc18cee8a2c8862a9a122769396e2) Reinstate bootstrap3.__version__ (fixes [#486](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/486))
- [`d7737fd`](https://github.com/dyve/django-bootstrap3/commit/d7737fd58c07f6074bc65c4502330fee0720892a) Update Makefile, travis and tox configuration ([#470](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/470))
- [`61a6933`](https://github.com/dyve/django-bootstrap3/commit/61a6933c7061c12499a547aea300e2f6549330d1) Restructure code, tox, and Makefile ([#466](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/466))
- [`6cd5e3e`](https://github.com/dyve/django-bootstrap3/commit/6cd5e3ee434767dbca6224092880353d6a909e90) Prepare release 12.0.0 ([#465](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/465))
- [`5005f0f`](https://github.com/dyve/django-bootstrap3/commit/5005f0f5b1fe2c354ada3b000698c7c2cf3fc198) Add regression test for [#448](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/448)
- [`164d046`](https://github.com/dyve/django-bootstrap3/commit/164d046a07bbc8a0e30f767dd91297df065f5ff3) Enable Stale
- [`d1bbb14`](https://github.com/dyve/django-bootstrap3/commit/d1bbb1484d32c6f67779207475e714e82a46ad5a) Update HISTORY and README
- [`7d7dd51`](https://github.com/dyve/django-bootstrap3/commit/7d7dd515314b53b68f45202175a7ec7ef697c667) Update requirements ([#464](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/464))
- [`124b2b0`](https://github.com/dyve/django-bootstrap3/commit/124b2b038e7dbeb149d02cc5d7a2b2b71b0e74ea) V12 ([#461](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/461))
- Additional commits viewable in [compare view](https://github.com/dyve/django-bootstrap3/compare/11.1.0...v12.0.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️
You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.
Bumps django-bootstrap3 from 11.1.0 to 12.0.1.
Changelog
*Sourced from [django-bootstrap3's changelog](https://github.com/dyve/django-bootstrap3/blob/master/HISTORY.rst).* > 12.0.1 (2019-12-12) > =================== > > - Reinstate `bootstrap3.__version__` (fixes [#486](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/486)) > - Update Makefile, travis and tox configuration ([#470](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/470)) > > 12.0.0 (2019-12-04) > =================== > > - Drop support for Python 2.7, Django 1.11 and Django 2.0 ([#456](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/456)) > - Fix Deprecationwarning in Python 3.7 ([#455](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/455)) > - Add label class support to form field checkboxes ([#453](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/453)) > - Move development tasks from setup.py to Makefile > - Fix compatibility with Django 3.0 and master > - Add Django 3.0 to tox.ini > - Update versions in requirements.txt > - Use Makefile for common tasks > - Drop MANIFEST.in, use setuptools\_scm > - Drop \_version.py, use version from git tagCommits
- [`3ae0e52`](https://github.com/dyve/django-bootstrap3/commit/3ae0e52f04496f3651ed4d230a466ce8d3188599) Update HISTORY.rst - [`85d6521`](https://github.com/dyve/django-bootstrap3/commit/85d652198fefc18cee8a2c8862a9a122769396e2) Reinstate bootstrap3.__version__ (fixes [#486](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/486)) - [`d7737fd`](https://github.com/dyve/django-bootstrap3/commit/d7737fd58c07f6074bc65c4502330fee0720892a) Update Makefile, travis and tox configuration ([#470](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/470)) - [`61a6933`](https://github.com/dyve/django-bootstrap3/commit/61a6933c7061c12499a547aea300e2f6549330d1) Restructure code, tox, and Makefile ([#466](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/466)) - [`6cd5e3e`](https://github.com/dyve/django-bootstrap3/commit/6cd5e3ee434767dbca6224092880353d6a909e90) Prepare release 12.0.0 ([#465](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/465)) - [`5005f0f`](https://github.com/dyve/django-bootstrap3/commit/5005f0f5b1fe2c354ada3b000698c7c2cf3fc198) Add regression test for [#448](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/448) - [`164d046`](https://github.com/dyve/django-bootstrap3/commit/164d046a07bbc8a0e30f767dd91297df065f5ff3) Enable Stale - [`d1bbb14`](https://github.com/dyve/django-bootstrap3/commit/d1bbb1484d32c6f67779207475e714e82a46ad5a) Update HISTORY and README - [`7d7dd51`](https://github.com/dyve/django-bootstrap3/commit/7d7dd515314b53b68f45202175a7ec7ef697c667) Update requirements ([#464](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/464)) - [`124b2b0`](https://github.com/dyve/django-bootstrap3/commit/124b2b038e7dbeb149d02cc5d7a2b2b71b0e74ea) V12 ([#461](https://github-redirect.dependabot.com/dyve/django-bootstrap3/issues/461)) - Additional commits viewable in [compare view](https://github.com/dyve/django-bootstrap3/compare/11.1.0...v12.0.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️
You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.