File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
33
44<!-- GENERATOR_PLACEHOLDER -->
55
6+ ## 2022.09.01
7+
8+ ### Changed
9+ - Add article to README about how to use a hosted DB ([ #3844 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3844 ) )
10+ ### Updated
11+ - Update sentry-sdk to 1.9.6 ([ #3856 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3856 ) )
12+ - Auto-update pre-commit hooks ([ #3858 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3858 ) )
13+ - Update black to 22.8.0 ([ #3857 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/3857 ) )
14+
615## 2022.08.26
716
817### 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.08.26 "
8+ version = "2022.09.01 "
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