mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Version updated from 1.9.0 to 1.9.1
This commit is contained in:
parent
6d55e16ace
commit
ddb243eebc
3 changed files with 17 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 1.9.1 (2022-09-21)
|
||||
[Compare the full difference.](https://github.com/jazzband/django-categories/compare/1.9.0...1.9.1)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fixed issues with workflows. [6d55e16](https://github.com/jazzband/django-categories/commit/6d55e16acea8629f1bcea8587f3892ea4bd47c9b)
|
||||
|
||||
- Fixed bug in the Makefile. [60374fa](https://github.com/jazzband/django-categories/commit/60374fa7f46ef583037bfaf354d7f3431bc30ef5)
|
||||
|
||||
|
||||
|
||||
## 1.9.0 (2022-09-21)
|
||||
[Compare the full difference.](https://github.com/jazzband/django-categories/compare/1.8.0...1.9.0)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
"""Django categories."""
|
||||
__version__ = "1.9.0"
|
||||
__version__ = "1.9.1"
|
||||
|
||||
|
||||
default_app_config = "categories.apps.CategoriesConfig"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.9.0
|
||||
current_version = 1.9.1
|
||||
commit = True
|
||||
commit_args = --no-verify
|
||||
tag = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue