Skip to content

Commit da9461c

Browse files
🔖 bump version 2024.47 -> 2024.48 (#301)
1 parent 569c027 commit da9461c

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

2224
- `just refresh` command now calls `just lock`.
@@ -615,7 +617,7 @@ Initial release! 🎉
615617

616618
- Josh Thomas <[email protected]> (maintainer)
617619

618-
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.47...HEAD
620+
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.48...HEAD
619621
[2024.1]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
620622
[2024.2]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
621623
[2024.3]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
@@ -663,3 +665,4 @@ Initial release! 🎉
663665
[2024.45]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.45
664666
[2024.46]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.46
665667
[2024.47]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.47
668+
[2024.48]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.48

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.47
1+
2024.48

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.47"
16+
default: "2024.48"
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: 637cc27
2+
_commit: v2024.47-12-ge3621bb
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="d5ef6bf81c99daa8960c9b6a59e1c979af58ef8fd8a89487fd22a9d3655015a3",
233+
default="cba28484480a4728ba557e658b14271ad9036f471ddd8141afe1d833f36e7080",
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: d08b482
2+
_commit: v2024.47-12-gaf66970
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="2788e07dc7d33ce5bae2a621077a35d3fa9247a2c501fa3f6502bab20367eb6c",
233+
default="39db6edb77dcf57a5313d509d1558a8115457c786a03505efdefb047a9e61f66",
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: 3d71483
2+
_commit: v2024.47-12-gd331c7e
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="388f0e7e7f10868de7c5655bd64089249ea9d9a3142c36f3afef42dc75586d08",
234+
default="32a487e634c7f4a025c0dc158cf7613a49c59d35035a83d2c52ad2e9e732e5de",
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.47"
18+
current_version = "2024.48"
1919
push = false # set to false for CI
2020
tag = false
2121
version_pattern = "YYYY.INC1"

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def test_VERSION_version():
1010
with open(file, encoding="utf-8") as f:
1111
version = f.read().strip()
1212

13-
assert version == "2024.47"
13+
assert version == "2024.48"

0 commit comments

Comments
 (0)