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