Skip to content

Commit 9851ede

Browse files
🔖 bump version 2024.45 -> 2024.46 (#293)
1 parent c19a8c7 commit 9851ede

File tree

11 files changed

+14
-11
lines changed

11 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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 <[email protected]> (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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.45
1+
2024.46

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _secret_questions:
1313
_subdirectory: src/django_twc_project
1414

1515
template_version:
16-
default: "2024.45"
16+
default: "2024.46"
1717
when: false
1818

1919
# ----------------------------------------------------------------------

examples/default/.copier/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 40d2aed
2+
_commit: v2024.45-9-g7b76a65
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

examples/default/default/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
SECRET_KEY = env.str(
232232
"SECRET_KEY",
233-
default="b813ec1cdaf555b1de80e564e92f95bcbc927b5918947016f49b972727ce3940",
233+
default="9e71dd9402a0162d8a5fd5eed0537053e2eba14844474a6ba34798be6037b32a",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

examples/postgis/.copier/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: d7abf25
2+
_commit: v2024.45-9-gd609225
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

examples/postgis/default/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
SECRET_KEY = env.str(
232232
"SECRET_KEY",
233-
default="fdd77ee3103ac68a2c153ed3bd50936c1684d26fe6e5efd945479c24eb6ef5a0",
233+
default="159540e3bb00ccebe12976d8b00136a628738c2662b1f978a127deddfbfea9e1",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

examples/with_vite/.copier/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: f2968d0
2+
_commit: v2024.45-9-g890f38f
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

examples/with_vite/with_vite/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231

232232
SECRET_KEY = env.str(
233233
"SECRET_KEY",
234-
default="fe1d783ac25f94843b7b8b3934d52001b2cfeda97d1c69eefdb3519fe30f34ae",
234+
default="8f8123e785de877f88dc81daf0ee1a4cacba5a5aed0b47a53fa9bafde7d37a6f",
235235
)
236236

237237
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires-python = ">= 3.9"
1515
[tool.bumpver]
1616
commit = true
1717
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
18-
current_version = "2024.45"
18+
current_version = "2024.46"
1919
push = false # set to false for CI
2020
tag = false
2121
version_pattern = "YYYY.INC1"

0 commit comments

Comments
 (0)