Skip to content

Commit

Permalink
chore(version): Bump to 2024.12.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and imAsparky committed Dec 16, 2024
1 parent 0dc3c57 commit b816a42
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## [2024.12.16.2]

### Maintenance
- Remove use of semantic release (version) [#200](https://github.com/imAsparky/django-tag-me/pull/200)
> Using GHA python script to handle versioning and changelog updates.
### Documentation
- Fix format so pypi displays correctly (pypi) [#200](https://github.com/imAsparky/django-tag-me/pull/200)


## [2024.12.16.1]

### Maintenance
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|
**Version = 2024.12.16.1**
**Version = 2024.12.16.2**

|
Expand Down Expand Up @@ -85,4 +85,4 @@ Credits
|
- Dropdown interface adapted from `alpinejs-multiselect <https://github.com/alexpechkarev/alpinejs-multiselect/>`_
- Built with `Django Cookiecutter <https://github.com/imAsparky/django-cookiecutter>`_
- Built with `Django Cookiecutter <https://github.com/imAsparky/django-cookiecutter>`_
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ maintainers = [{ name = "Mark Sevelj", email = "[email protected]" }]
name = "django-tag-me"
readme = "README.rst"
requires-python = ">=3.10"
version = "2024.12.16.1"
version = "2024.12.16.2"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -57,4 +57,4 @@ exclude_dirs = ["tests"]

[tool.black]
line-length = 79
target-version = ['py312']
target-version = ['py312']
2 changes: 1 addition & 1 deletion tag_me/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.12.16.1"
__version__ = "2024.12.16.2"
2 changes: 1 addition & 1 deletion version.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tb.version]
__version__ = "2024.12.16.1"
__version__ = "2024.12.16.2"

0 comments on commit b816a42

Please sign in to comment.