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'