diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e2c899454..8a2c0e5ca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.8.6-SNAPSHOT +current_version = 5.8.6 commit = True tag = True sign_tags = True diff --git a/build.gradle b/build.gradle index 92a867d75..53a456d08 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "org.openmicroscopy" -version = "5.8.6-SNAPSHOT" +version = "5.8.6" repositories { mavenLocal() diff --git a/docs/conf.py b/docs/conf.py index e69b92423..7ba1129fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,7 @@ # The full version, including alpha/beta/rc tags # The short X.Y version. -version = '5.8.6-SNAPSHOT' +version = '5.8.6' release = version