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.07.22
7+
8+ ### Updated
9+ - Update pytest-sugar to 0.9.5 ([ #3800 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3800 ) )
10+ - Update sphinx to 5.0.2 ([ #3801 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3801 ) )
11+ - Update pillow to 9.2.0 ([ #3799 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3799 ) )
12+ - Update werkzeug to 2.1.2 ([ #3797 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3797 ) )
13+
614## 2022.07.21
715
816### Changed
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.07.21 "
8+ version = "2022.07.22 "
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