Skip to content

Commit 63b020b

Browse files
🔖 bump version 2024.41 -> 2024.42 (#277)
1 parent 3f75cf0 commit 63b020b

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.42]
21+
2022
### Added
2123

2224
- Added `copier` and `copier-templates-extensions` to `dev` extras in `pyproject.toml`.
@@ -558,7 +560,7 @@ Initial release! 🎉
558560

559561
- Josh Thomas <[email protected]> (maintainer)
560562

561-
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.41...HEAD
563+
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.42...HEAD
562564
[2024.1]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
563565
[2024.2]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
564566
[2024.3]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
@@ -600,3 +602,4 @@ Initial release! 🎉
600602
[2024.39]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.39
601603
[2024.40]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.40
602604
[2024.41]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.41
605+
[2024.42]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.42

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.41
1+
2024.42

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.41"
16+
default: "2024.42"
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: 8f6dfe8
2+
_commit: v2024.41-11-g87d8a23
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="99ef47c1d0030ba801c1b2faea48a53f6fea26917a18fe6e599d81dcf6c9c274",
233+
default="d265c5f6d5b795a356518b566915f22ea51c4fc4ae60a152e4bdb495945e3e05",
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: 796ac79
2+
_commit: v2024.41-11-gcca21ae
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="ffd9f2d0f7ea5017df0e4deb07872c8e45a7ecb9df5294428daeb73c01ee66cf",
233+
default="bf49d90d9dbdcdac0f380e96c65bebddb805191d2652bdb389ea005a043f1afd",
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: cc27e1d
2+
_commit: v2024.41-11-g2c659e1
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="b782d9760c3651b1bb48fd8d310443cc0823b27fb783e7e9e47ea5635c5dc11d",
234+
default="cdb1fe5f1e1c6838b570d63265f4388c8c21cd79a75f33e2ed2e8d0e2fc547bd",
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.41"
18+
current_version = "2024.42"
1919
push = false # set to false for CI
2020
tag = false
2121
version_pattern = "YYYY.INC1"

0 commit comments

Comments
 (0)