Bumped version for normal release.

This commit is contained in:
Petr Dlouhý 2024-04-17 16:36:39 +02:00
parent 2e06493761
commit 9764762dda
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Changelog
## 2.0.0 (2022-09-xx)
## 2.0.0-alpha.1 (unreleased)
### WARNING

View file

@ -1,6 +1,6 @@
"""Django categories."""
__version__ = "1.9.3"
__version__ = "2.0.0-alpha.1"
default_app_config = "categories.apps.CategoriesConfig"