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:
parent
06d428f465
commit
d3e8f846ee
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ except ModuleNotFoundError:
|
||||||
django = None
|
django = None
|
||||||
|
|
||||||
#: version of the application
|
#: version of the application
|
||||||
VERSION = '2.0.1'
|
VERSION = '12.0.0'
|
||||||
|
|
||||||
if django is None or django.VERSION < (3, 2):
|
if django is None or django.VERSION < (3, 2):
|
||||||
#: path the the application configuration class
|
#: path the the application configuration class
|
||||||
|
|
Loading…
Reference in a new issue