From d3e8f846ee8a3b48b6daecf9bf09ec717523ea58 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 19 Dec 2023 21:46:03 +0100 Subject: [PATCH] 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. --- cas_server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas_server/__init__.py b/cas_server/__init__.py index de41027..bf20f22 100644 --- a/cas_server/__init__.py +++ b/cas_server/__init__.py @@ -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