We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd19b98 commit f0fd23cCopy full SHA for f0fd23c
CHANGELOG.md
@@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
4
<!-- GENERATOR_PLACEHOLDER -->
5
6
+## 2022.09.02
7
+
8
+### Updated
9
+- Update pytest to 7.1.3 ([#3860](https://github.com/cookiecutter/cookiecutter-django/pull/3860))
10
+- Update sentry-sdk to 1.9.7 ([#3859](https://github.com/cookiecutter/cookiecutter-django/pull/3859))
11
12
## 2022.09.01
13
14
### Changed
setup.py
@@ -5,7 +5,7 @@
from distutils.core import setup
# We use calendar versioning
-version = "2022.09.01"
+version = "2022.09.02"
with open("README.rst") as readme_file:
long_description = readme_file.read()
0 commit comments