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 88c063f commit 012fb2bCopy full SHA for 012fb2b
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.24
7
+
8
+### Fixed
9
+- Remove `--no-deps` in pip wheels command of docs Dockerfile ([#3875](https://github.com/cookiecutter/cookiecutter-django/pull/3875))
10
11
## 2022.09.23
12
13
### Changed
setup.py
@@ -5,7 +5,7 @@
from distutils.core import setup
# We use calendar versioning
-version = "2022.09.23"
+version = "2022.09.24"
with open("README.rst") as readme_file:
long_description = readme_file.read()
0 commit comments