Skip to content

Commit 59ccbd3

Browse files
🔖 bump version 2024.42 -> 2024.43 (#279)
1 parent e45ee13 commit 59ccbd3

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.43]
21+
2022
### Fixed
2123

2224
- Fixed arguments surrounded by curly braces in `Justfile` template by wrapping with `{% raw %}{% endraw %}` Jinja2 code.
@@ -564,7 +566,7 @@ Initial release! 🎉
564566

565567
- Josh Thomas <[email protected]> (maintainer)
566568

567-
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.42...HEAD
569+
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.43...HEAD
568570
[2024.1]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
569571
[2024.2]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
570572
[2024.3]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
@@ -607,3 +609,4 @@ Initial release! 🎉
607609
[2024.40]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.40
608610
[2024.41]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.41
609611
[2024.42]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.42
612+
[2024.43]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.43

VERSION

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

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.42"
16+
default: "2024.43"
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: 7aa20a3
2+
_commit: v2024.42-5-gd15733f
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="2a3e7e4cf7570dc13ab2c4b654528430d330fb5339f7be639f022fbfa40d5083",
233+
default="db9f1735c14d1334a4257ed33f2291fd2481a502a200c8a14cf2bf52bf5b6ffa",
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: 4acfec7
2+
_commit: v2024.42-5-g1f709c4
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="07708d0cb06d70d8e10b6410bf4e61631288dbd6f4348d181b95b77541b6e545",
233+
default="3bf03923fdd0b0b33ca53de61366649a9409ea8ddb3caffa780972c9cbfe99b8",
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: d4dc900
2+
_commit: v2024.42-5-g6834673
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="d559e23ab01f5c5c384de8de2fc3821fa03bbd7d15ee26c78c70e0ba7d4cc38a",
234+
default="0d20f0eb3b5dde1b6ab703274dd0d54a798e6eec2167f81742c67cedd346f617",
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.42"
18+
current_version = "2024.43"
1919
push = false # set to false for CI
2020
tag = false
2121
version_pattern = "YYYY.INC1"

0 commit comments

Comments
 (0)