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
faf3503db3
commit
6d51c51ac1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.0-alpha.1 (unreleased)
|
||||
## 2.0.0-alpha.2 (unreleased)
|
||||
|
||||
### WARNING
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""Django categories."""
|
||||
|
||||
__version__ = "2.0.0-alpha.1"
|
||||
__version__ = "2.0.0-alpha.2"
|
||||
|
||||
|
||||
default_app_config = "categories.apps.CategoriesConfig"
|
||||
|
|
|
|||
Loading…
Reference in a new issue