Skip to content

Commit 7e39190

Browse files
🔖 bump version 2024.9 -> 2024.10 (#93)
1 parent 82bfd3f commit 7e39190

File tree

11 files changed

+15
-12
lines changed

11 files changed

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

2224
- Now prompted for the version of PostGIS to use in the project, if `postgis/postgis` is chosen as the PostgreSQL database.
@@ -187,7 +189,7 @@ Initial release! 🎉
187189

188190
- Josh Thomas <[email protected]> (maintainer)
189191

190-
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.9...HEAD
192+
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.10...HEAD
191193
[2024.1]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
192194
[2024.2]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
193195
[2024.3]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
@@ -197,3 +199,4 @@ Initial release! 🎉
197199
[2024.7]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.7
198200
[2024.8]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.8
199201
[2024.9]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.9
202+
[2024.10]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.10

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.9
1+
2024.10

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _secret_questions:
99
_subdirectory: src/django_twc_project
1010

1111
template_version:
12-
default: "2024.9"
12+
default: "2024.10"
1313
when: false
1414

1515
# ----------------------------------------------------------------------

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: bb98f62
2+
_commit: v2024.9-7-gc6bfc96
33
_src_path: .
44
admin_email: [email protected]
55
author_name: John Doe
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33
__version__ = "2024.4.1"
4-
__template_version__ = "2024.9"
4+
__template_version__ = "2024.10"

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: eaaa951
2+
_commit: v2024.9-7-g5bc4716
33
_src_path: .
44
admin_email: [email protected]
55
author_name: John Doe
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33
__version__ = "2024.4.1"
4-
__template_version__ = "2024.9"
4+
__template_version__ = "2024.10"

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: fed8f32
2+
_commit: v2024.9-7-g83ca126
33
_src_path: .
44
admin_email: [email protected]
55
author_name: John Doe
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33
__version__ = "2024.4.1"
4-
__template_version__ = "2024.9"
4+
__template_version__ = "2024.10"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requires-python = ">= 3.8"
1818
[tool.bumpver]
1919
commit = true
2020
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
21-
current_version = "2024.9"
21+
current_version = "2024.10"
2222
push = false # set to false for CI
2323
tag = false
2424
version_pattern = "YYYY.INC1"

0 commit comments

Comments
 (0)