From 3ebf43dd02f1c21d01c04a29ba22a30d0e9983cb Mon Sep 17 00:00:00 2001 From: prandla Date: Wed, 27 Aug 2025 04:47:32 +0300 Subject: [PATCH] Bump version to 1.6.dev0 --- cms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/__init__.py b/cms/__init__.py index 6204852f4a..53f1721cc3 100644 --- a/cms/__init__.py +++ b/cms/__init__.py @@ -46,7 +46,7 @@ ] -__version__ = "1.5.1" +__version__ = "1.6.dev0" # Instantiate or import these objects.