File tree Expand file tree Collapse file tree 11 files changed +14
-11
lines changed
Expand file tree Collapse file tree 11 files changed +14
-11
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.46]
21+
2022### Added
2123
2224- Added ` pytest-cov ` as dev dependency.
@@ -595,7 +597,7 @@ Initial release! 🎉
595597
596598- Josh Thomas < josh@joshthomas.dev > (maintainer)
597599
598- [ unreleased ] : https://github.com/westerveltco/django-twc-project/compare/v2024.45 ...HEAD
600+ [ unreleased ] : https://github.com/westerveltco/django-twc-project/compare/v2024.46 ...HEAD
599601[ 2024.1 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
600602[ 2024.2 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
601603[ 2024.3 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
@@ -641,3 +643,4 @@ Initial release! 🎉
641643[ 2024.43 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.43
642644[ 2024.44 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.44
643645[ 2024.45 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.45
646+ [ 2024.46 ] : https://github.com/westerveltco/django-twc-project/releases/tag/v2024.46
Original file line number Diff line number Diff line change 1- 2024.45
1+ 2024.46
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ _secret_questions:
1313_subdirectory : src/django_twc_project
1414
1515template_version :
16- default : " 2024.45 "
16+ default : " 2024.46 "
1717 when : false
1818
1919# ----------------------------------------------------------------------
Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : 40d2aed
2+ _commit : v2024.45-9-g7b76a65
33_src_path : .
44admin_email : admin@example.com
55author_email : jdoe@example.com
Original file line number Diff line number Diff line change 230230
231231SECRET_KEY = env .str (
232232 "SECRET_KEY" ,
233- default = "b813ec1cdaf555b1de80e564e92f95bcbc927b5918947016f49b972727ce3940 " ,
233+ default = "9e71dd9402a0162d8a5fd5eed0537053e2eba14844474a6ba34798be6037b32a " ,
234234)
235235
236236SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : d7abf25
2+ _commit : v2024.45-9-gd609225
33_src_path : .
44admin_email : admin@example.com
55author_email : jdoe@example.com
Original file line number Diff line number Diff line change 230230
231231SECRET_KEY = env .str (
232232 "SECRET_KEY" ,
233- default = "fdd77ee3103ac68a2c153ed3bd50936c1684d26fe6e5efd945479c24eb6ef5a0 " ,
233+ default = "159540e3bb00ccebe12976d8b00136a628738c2662b1f978a127deddfbfea9e1 " ,
234234)
235235
236236SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : f2968d0
2+ _commit : v2024.45-9-g890f38f
33_src_path : .
44admin_email : admin@example.com
55author_email : jdoe@example.com
Original file line number Diff line number Diff line change 231231
232232SECRET_KEY = env .str (
233233 "SECRET_KEY" ,
234- default = "fe1d783ac25f94843b7b8b3934d52001b2cfeda97d1c69eefdb3519fe30f34ae " ,
234+ default = "8f8123e785de877f88dc81daf0ee1a4cacba5a5aed0b47a53fa9bafde7d37a6f " ,
235235)
236236
237237SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ requires-python = ">= 3.9"
1515[tool .bumpver ]
1616commit = true
1717commit_message = " :bookmark: bump version {old_version} -> {new_version}"
18- current_version = " 2024.45 "
18+ current_version = " 2024.46 "
1919push = false # set to false for CI
2020tag = false
2121version_pattern = " YYYY.INC1"
You can’t perform that action at this time.
0 commit comments