diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1fa2e6902..a45cbbe06 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.7.3-SNAPSHOT +current_version = 5.8.0 commit = True tag = True sign_tags = True diff --git a/build.gradle b/build.gradle index 53ce5e53b..1c7d24072 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "org.openmicroscopy" -version = "5.7.3-SNAPSHOT" +version = "5.8.0" repositories { mavenLocal() diff --git a/docs/conf.py b/docs/conf.py index 6e9b67e80..f54372807 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.7.3-SNAPSHOT' +version = '5.8.0' release = version