File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
33
44<!-- GENERATOR_PLACEHOLDER -->
55
6+ ## 2022.09.23
7+
8+ ### Changed
9+ - Reload uvicorn on html file change ([ #3866 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3866 ) )
10+ - Mailjet default api url does not work out of the box ([ #3871 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3871 ) )
11+ ### Updated
12+ - Auto-update pre-commit hooks ([ #3872 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3872 ) )
13+ - Update django-extensions to 3.2.1 ([ #3867 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3867 ) )
14+ - Update tox to 3.26.0 ([ #3864 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3864 ) )
15+ - Update drf-spectacular to 0.24.1 ([ #3874 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3874 ) )
16+
617## 2022.09.15
718
819### 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.09.15 "
8+ version = "2022.09.23 "
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