Skip to content

Commit

Permalink
馃敄 bump version 2024.16 -> 2024.17 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Apr 26, 2024
1 parent f0ba698 commit 02c43af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2024.17]

### Added

- Pinned Django in `requirements.in` to less than the next major release based on the version chosen when answering copier questions.
Expand Down Expand Up @@ -283,7 +285,7 @@ Initial release! 馃帀

- Josh Thomas <josh@joshthomas.dev> (maintainer)

[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.16...HEAD
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.17...HEAD
[2024.1]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.1
[2024.2]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.2
[2024.3]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.3
Expand All @@ -300,3 +302,4 @@ Initial release! 馃帀
[2024.14]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.14
[2024.15]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.15
[2024.16]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.16
[2024.17]: https://github.com/westerveltco/django-twc-project/releases/tag/v2024.17
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.16
2024.17
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _secret_questions:
_subdirectory: src/django_twc_project

template_version:
default: "2024.16"
default: "2024.17"
when: false

# ----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires-python = ">= 3.8"
[tool.bumpver]
commit = true
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
current_version = "2024.16"
current_version = "2024.17"
push = false # set to false for CI
tag = false
version_pattern = "YYYY.INC1"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test_VERSION_version():
with open(file, encoding="utf-8") as f:
version = f.read().strip()

assert version == "2024.16"
assert version == "2024.17"

0 comments on commit 02c43af

Please sign in to comment.