mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-20 10:01:52 +00:00
Release 2022.10.24
This commit is contained in:
parent
0cd240598b
commit
06c8adc622
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 -->
|
||||
|
||||
## 2022.10.24
|
||||
|
||||
### Changed
|
||||
- Upgrade Python version from 3.9 to 3.10 ([#3913](https://github.com/cookiecutter/cookiecutter-django/pull/3913))
|
||||
### Updated
|
||||
- Update sentry-sdk to 1.10.1 ([#3911](https://github.com/cookiecutter/cookiecutter-django/pull/3911))
|
||||
- Bump stefanzweifel/git-auto-commit-action from 4.15.1 to 4.15.2 ([#3914](https://github.com/cookiecutter/cookiecutter-django/pull/3914))
|
||||
|
||||
## 2022.10.19
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
# We use calendar versioning
|
||||
version = "2022.10.19"
|
||||
version = "2022.10.24"
|
||||
|
||||
with open("README.rst") as readme_file:
|
||||
long_description = readme_file.read()
|
||||
|
|
|
|||
Loading…
Reference in a new issue