-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔖 bump version 2024.2 -> 2024.3 (#30)
- Loading branch information
1 parent
800a107
commit 969cb9f
Showing
13 changed files
with
61 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | |
|
||
## [Unreleased] | ||
|
||
## [2024.3] | ||
|
||
### Changed | ||
|
||
- Move from deprecated `ruff` config to new in `pyproject.toml`. | ||
|
@@ -79,6 +81,7 @@ Initial release! 🎉 | |
|
||
- Josh Thomas <[email protected]> (maintainer) | ||
|
||
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.1...HEAD | ||
[2024.1]: https://github.com/westerveltco/django-simple-nav/releases/tag/v2024.1 | ||
[2024.2]: https://github.com/westerveltco/django-twc-project.git/releases/tag/v2024.2 | ||
[unreleased]: https://github.com/westerveltco/django-twc-project/compare/v2024.3...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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024.2 | ||
2024.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY | ||
_commit: v2024.1-32-g21072fe | ||
_commit: v2024.2-9-ge936eea | ||
_src_path: . | ||
admin_email: [email protected] | ||
author_name: John Doe | ||
|
@@ -23,6 +23,6 @@ postgres_docker_version: '15' | |
project_name: default | ||
python_version: '3.11' | ||
sentry_dsn: https://example.com | ||
sentry_org: example_owner | ||
sentry_org: the-westervelt-company | ||
sentry_project: default | ||
tailwindcss_version: 3.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ jobs: | |
- name: Create Sentry release | ||
uses: getsentry/[email protected] | ||
env: | ||
SENTRY_ORG: "example_owner" | ||
SENTRY_ORG: "the-westervelt-company" | ||
SENTRY_PROJECT: "default" | ||
with: | ||
environment: production | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from __future__ import annotations | ||
|
||
__version__ = "2024.2.1" | ||
__template_version__ = "2024.2" | ||
__template_version__ = "2024.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY | ||
_commit: v2024.1-32-g0acd0b1 | ||
_commit: v2024.2-9-gdbeffcc | ||
_src_path: . | ||
admin_email: [email protected] | ||
author_name: John Doe | ||
|
@@ -23,6 +23,6 @@ postgres_docker_version: '15' | |
project_name: with_vite | ||
python_version: '3.11' | ||
sentry_dsn: https://example.com | ||
sentry_org: example_owner | ||
sentry_org: the-westervelt-company | ||
sentry_project: with_vite | ||
tailwindcss_version: 3.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ jobs: | |
- name: Create Sentry release | ||
uses: getsentry/[email protected] | ||
env: | ||
SENTRY_ORG: "example_owner" | ||
SENTRY_ORG: "the-westervelt-company" | ||
SENTRY_PROJECT: "with_vite" | ||
with: | ||
environment: production | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from __future__ import annotations | ||
|
||
__version__ = "2024.2.1" | ||
__template_version__ = "2024.2" | ||
__template_version__ = "2024.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters