File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1717
1818## [ Unreleased]
1919
20+ ## [ 2024.4]
21+
2022### Changed
2123
2224- All GitHub Actions steps have been updated to the latest versions.
@@ -85,7 +87,8 @@ Initial release! 🎉
8587
8688- Josh Thomas
< [email protected] > (maintainer)
8789
88- [ unreleased ] : https://github.com/westerveltco/django-twc-project/compare/v2024.3 ...HEAD
90+ [ unreleased ] : https://github.com/westerveltco/django-twc-project/compare/v2024.4 ...HEAD
8991[ 2024.1 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
9092[ 2024.2 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
9193[ 2024.3 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
94+ [ 2024.4 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.4
Original file line number Diff line number Diff line change 1- 2024.3
1+ 2024.4
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ _secret_questions:
99_subdirectory : src/django_twc_project
1010
1111template_version :
12- default : " 2024.3 "
12+ default : " 2024.4 "
1313 when : false
1414
1515# ----------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ requires-python = ">= 3.8"
1919[tool .bumpver ]
2020commit = true
2121commit_message = " :bookmark: bump version {old_version} -> {new_version}"
22- current_version = " 2024.3 "
22+ current_version = " 2024.4 "
2323push = false # set to false for CI
2424tag = false
2525version_pattern = " YYYY.INC1"
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ def test_copier_yml_version():
1414
1515 version = copier_yml ["template_version" ]["default" ]
1616
17- assert version == "2024.3 "
17+ assert version == "2024.4 "
1818
1919
2020def test_VERSION_version ():
2121 file = BASE_DIR / "VERSION"
2222 with open (file , encoding = "utf-8" ) as f :
2323 version = f .read ().strip ()
2424
25- assert version == "2024.3 "
25+ assert version == "2024.4 "
You can’t perform that action at this time.
0 commit comments