Skip to content

Commit 96b7de8

Browse files
🔖 bump version 2024.22 -> 2024.23 (#160)
1 parent 134d7c5 commit 96b7de8

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.23]
21+
2022
### Removed
2123

2224
- Removed the `PORT` environment variable from the Fly.io config. It was unused and not needed.
@@ -345,7 +347,7 @@ Initial release! 🎉
345347

346348
- Josh Thomas <[email protected]> (maintainer)
347349

348-
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.22...HEAD
350+
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.23...HEAD
349351
[2024.1]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
350352
[2024.2]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
351353
[2024.3]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
@@ -368,3 +370,4 @@ Initial release! 🎉
368370
[2024.20]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.20
369371
[2024.21]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.21
370372
[2024.22]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.22
373+
[2024.23]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.23

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.22
1+
2024.23

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.22"
16+
default: "2024.23"
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: dab1993
2+
_commit: v2024.22-5-g0958b19
33
_src_path: .
44
admin_email: [email protected]
55
author_name: John Doe

examples/default/default/settings.py

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

230230
SECRET_KEY = env.str(
231231
"SECRET_KEY",
232-
default="2ec003483ea12c391bdce88391a1d8095cb2a8c9c1e38c7dab441e134aced440",
232+
default="4990cb4f57beb53431ae0753fab6db830c66bd58b350a19a26925a60f4f1daf5",
233233
)
234234

235235
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: 1209bcd
2+
_commit: v2024.22-5-g931e97b
33
_src_path: .
44
admin_email: [email protected]
55
author_name: John Doe

examples/postgis/default/settings.py

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

230230
SECRET_KEY = env.str(
231231
"SECRET_KEY",
232-
default="cb37c2495744f930bed22b1c2fdf6e4597092899a627e610e21ec647727dfedc",
232+
default="3828b9076c484738ed48c25fa94fb0266bb46ce22bf675c5ddb6e733b2dafc1c",
233233
)
234234

235235
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: baf80aa
2+
_commit: v2024.22-5-g901a88b
33
_src_path: .
44
admin_email: [email protected]
55
author_name: John Doe

examples/with_vite/with_vite/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="e6d03d2e1b719fb94be783de11ef5b8bb1e3d12f5198d975dbead6554e91626f",
233+
default="5e7ac7d943ab8e5f0e21e3c15fdc40579091747e48d81b27b2e47e0ddb5ece59",
234234
)
235235

236236
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.8"
1515
[tool.bumpver]
1616
commit = true
1717
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
18-
current_version = "2024.22"
18+
current_version = "2024.23"
1919
push = false # set to false for CI
2020
tag = false
2121
version_pattern = "YYYY.INC1"

0 commit comments

Comments
 (0)