File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
33
44<!-- GENERATOR_PLACEHOLDER -->
55
6+ ## 2022.08.04
7+
8+ ### Updated
9+ - Auto-update pre-commit hooks ([ #3816 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3816 ) )
10+ - Update flake8 to 5.0.4 ([ #3829 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3829 ) )
11+ - Update django-compressor to 4.1 ([ #3823 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3823 ) )
12+ - Update flake8-isort to 4.2.0 ([ #3828 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3828 ) )
13+
614## 2022.08.03
715
816### Updated
Original file line number Diff line number Diff line change 55 from distutils .core import setup
66
77# We use calendar versioning
8- version = "2022.08.03 "
8+ version = "2022.08.04 "
99
1010with open ("README.rst" ) as readme_file :
1111 long_description = readme_file .read ()
You can’t perform that action at this time.
0 commit comments