File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
33
44<!-- GENERATOR_PLACEHOLDER -->
55
6+ ## 2022.08.15
7+
8+ ### Updated
9+ - Update coverage to 6.4.3 ([ #3835 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3835 ) )
10+ - Update pytz to 2022.2.1 ([ #3840 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3840 ) )
11+ - Update sentry-sdk to 1.9.4 ([ #3838 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3838 ) )
12+
613## 2022.08.09
714
815### 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.09 "
8+ version = "2022.08.15 "
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