Major version bump to 12.0.0

Upgraded the application's version from 2.0.1 to 12.0.0.
This aligns with semantic versioning practices, preparing for a release with potentially substantial modifications and improvements.
This commit is contained in:
Kumi 2023-12-19 21:46:03 +01:00
parent 06d428f465
commit d3e8f846ee
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -15,7 +15,7 @@ except ModuleNotFoundError:
django = None
#: version of the application
VERSION = '2.0.1'
VERSION = '12.0.0'
if django is None or django.VERSION < (3, 2):
#: path the the application configuration class