Bumped version for normal release.

This commit is contained in:
Petr Dlouhý 2024-04-19 10:55:12 +02:00
parent faf3503db3
commit 6d51c51ac1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## 2.0.0-alpha.1 (unreleased)
## 2.0.0-alpha.2 (unreleased)
### WARNING

View file

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