From 5779b687c50a3bf5c6557b3cecdfe1a6311740ae Mon Sep 17 00:00:00 2001 From: William Moore Date: Mon, 25 Nov 2024 17:53:02 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.11.1.dev0=20=E2=86=92=203.1?= =?UTF-8?q?2.0?= 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 1bbf0177..efc36ae6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.11.1.dev0 +current_version = 3.12.0 commit = True tag = True sign_tags = True diff --git a/idr_gallery/version.py b/idr_gallery/version.py index 1d34675b..9c3b4cbf 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.11.1.dev0' +VERSION = '3.12.0'