We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bf521 commit cbe4532Copy full SHA for cbe4532
CHANGELOG.md
@@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
4
<!-- GENERATOR_PLACEHOLDER -->
5
6
+## 2024.06.08
7
+
8
9
+### Changed
10
11
+- Replace deprecated `uvicorn.workers` with `uvicorn-worker` ([#5110](https://github.com/cookiecutter/cookiecutter-django/pull/5110))
12
13
+- Change aws-cli docker image to use official amazon image ([#5116](https://github.com/cookiecutter/cookiecutter-django/pull/5116))
14
15
## 2024.06.06
16
17
setup.py
@@ -5,7 +5,7 @@
from distutils.core import setup
# We use calendar versioning
-version = "2024.06.06"
+version = "2024.06.08"
with open("README.md") as readme_file:
long_description = readme_file.read()
0 commit comments