From 56f5864f158de93940db996c94078c5173d6293d Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 26 Nov 2024 16:12:08 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.12.1=20=E2=86=92=203.12.2.d?= =?UTF-8?q?ev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- idr_gallery/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ae74b253..4019378c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.12.1 +current_version = 3.12.2.dev0 commit = True tag = True sign_tags = True diff --git a/idr_gallery/version.py b/idr_gallery/version.py index 0cfefa56..73ac8e83 100644 --- a/idr_gallery/version.py +++ b/idr_gallery/version.py @@ -1,4 +1,4 @@ # This can be loaded via the app. # It will be updated by bumpversion -VERSION = '3.12.1' +VERSION = '3.12.2.dev0'