File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,21 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
3
4
4
<!-- GENERATOR_PLACEHOLDER -->
5
5
6
+ ## 2024.05.29
7
+
8
+
9
+ ### Updated
10
+
11
+ - Update requests to 2.32.3 ([ #5108 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5108 ) )
12
+
13
+ - Update ruff to 0.4.6 ([ #5107 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5107 ) )
14
+
15
+ - Auto-update pre-commit hooks ([ #5106 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5106 ) )
16
+
17
+ - Update coverage to 7.5.3 ([ #5104 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5104 ) )
18
+
19
+ - Update django-upgrade to 1.18.0 ([ #5105 ] ( https://github.com/cookiecutter/cookiecutter-django/pull/5105 ) )
20
+
6
21
## 2024.05.27
7
22
8
23
Original file line number Diff line number Diff line change 5
5
from distutils .core import setup
6
6
7
7
# We use calendar versioning
8
- version = "2024.05.27 "
8
+ version = "2024.05.29 "
9
9
10
10
with open ("README.md" ) as readme_file :
11
11
long_description = readme_file .read ()
You can’t perform that action at this time.
0 commit comments