mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Bumped version for normal release.
This commit is contained in:
parent
9b4fbb7cb9
commit
faf3503db3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.0 (2022-09-xx)
|
||||
## 2.0.0-alpha.1 (unreleased)
|
||||
|
||||
### WARNING
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""Django categories."""
|
||||
|
||||
__version__ = "1.9.4"
|
||||
__version__ = "2.0.0-alpha.1"
|
||||
|
||||
|
||||
default_app_config = "categories.apps.CategoriesConfig"
|
||||
|
|
|
|||
Loading…
Reference in a new issue