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 db0fc69 commit ab13c62Copy full SHA for ab13c62
CHANGELOG.md
@@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
4
<!-- GENERATOR_PLACEHOLDER -->
5
6
+## 2022.09.05
7
+
8
+### Updated
9
+- Update sentry-sdk to 1.9.8 ([#3861](https://github.com/cookiecutter/cookiecutter-django/pull/3861))
10
11
## 2022.09.02
12
13
### Updated
setup.py
@@ -5,7 +5,7 @@
from distutils.core import setup
# We use calendar versioning
-version = "2022.09.02"
+version = "2022.09.05"
with open("README.rst") as readme_file:
long_description = readme_file.read()
0 commit comments