Skip to content

Commit 7f02715

Browse files
🔖 bump version 2024.43 -> 2024.44 (#282)
1 parent f17fa62 commit 7f02715

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.44]
21+
2022
### Changed
2123

2224
- Add `--constraint requirements.txt` to the compiling of the two extra requirements files, to constrain the dependencies to the versions specified in the primary requirements file.
@@ -571,7 +573,7 @@ Initial release! 🎉
571573

572574
- Josh Thomas <[email protected]> (maintainer)
573575

574-
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.43...HEAD
576+
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.44...HEAD
575577
[2024.1]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
576578
[2024.2]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
577579
[2024.3]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
@@ -615,3 +617,4 @@ Initial release! 🎉
615617
[2024.41]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.41
616618
[2024.42]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.42
617619
[2024.43]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.43
620+
[2024.44]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.44

VERSION

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

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.43"
16+
default: "2024.44"
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: f8672ee
2+
_commit: v2024.43-7-ge35e522
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="9ad065fdf7f6cd4f1770614b143eb34c7bed157a28944183d9f9350885b9f9f1",
233+
default="3e8b7dd31397cf88f629a9772904c2ce44323095f84ce0116dc206090a7a1735",
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: 1948d02
2+
_commit: v2024.43-7-g50213a6
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="c0038ad1c6e3eaa39a35060a60d4afddca64e1bbd2007762f20ff13ed0969e60",
233+
default="8b0099803a55b345739c4f98c62a5c1e7732d793349be130d3afcf97174d4e18",
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: f6ea40f
2+
_commit: v2024.43-7-g6101c25
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="cc341942cfab271a65b8eb36e69202d31336c270d7a0a6dba6c9259ed198e869",
234+
default="8bceba9708f602297601a40b1effcd3696b86d166fbdd695250af988728d01a1",
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.43"
18+
current_version = "2024.44"
1919
push = false # set to false for CI
2020
tag = false
2121
version_pattern = "YYYY.INC1"

0 commit comments

Comments
 (0)