mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-24 03:43:44 +00:00
Release 2021.12.07
This commit is contained in:
parent
ea18a8f54e
commit
87d2bac7a2
2 changed files with 9 additions and 1 deletions
|
|
@ -3,6 +3,14 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
|
|||
|
||||
<!-- GENERATOR_PLACEHOLDER -->
|
||||
|
||||
## 2021.12.07
|
||||
|
||||
### Changed
|
||||
- Add docker, pip and npm to GitHub's Dependabot ([#3401](https://github.com/cookiecutter/cookiecutter-django/pull/3401))
|
||||
- Configure Dependabot for npm packages at the template level ([#3436](https://github.com/cookiecutter/cookiecutter-django/pull/3436))
|
||||
### Updated
|
||||
- Update django to 3.2.10 ([#3451](https://github.com/cookiecutter/cookiecutter-django/pull/3451))
|
||||
|
||||
## 2021.12.06
|
||||
|
||||
### Updated
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
# We use calendar versioning
|
||||
version = "2021.12.06"
|
||||
version = "2021.12.07"
|
||||
|
||||
with open("README.rst") as readme_file:
|
||||
long_description = readme_file.read()
|
||||
|
|
|
|||
Loading…
Reference in a new issue