File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
3
4
4
<!-- GENERATOR_PLACEHOLDER -->
5
5
6
+ ## 2024.09.17
7
+
8
+
9
+ ### Fixed
10
+
11
+ - Set allauth email subject prefix ([ #5278 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5278 ) )
12
+
13
+ ### Documentation
14
+
15
+ - Update postgres plan in Heroku deployment docs ([ #5383 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5383 ) )
16
+
17
+ ### Updated
18
+
19
+ - Update sphinx-autobuild to 2024.9.17 ([ #5382 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5382 ) )
20
+
21
+ - Bump traefik from 3.1.2 to 3.1.3 ([ #5380 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5380 ) )
22
+
6
23
## 2024.09.16
7
24
8
25
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " cookiecutter-django"
3
- version = " 2024.09.16 "
3
+ version = " 2024.09.17 "
4
4
description = " A Cookiecutter template for creating production-ready Django projects quickly."
5
5
readme = " README.md"
6
6
keywords = [
You can’t perform that action at this time.
0 commit comments