# HG changeset patch # User Marcin Kuzminski # Date 2020-06-09 22:08:45 # Node ID 9d65e3587bfbd1810d5a56cdd03c26ca1a835bb6 # Parent 7f76eb24cfcbdbdd24d5c0cbf68415f5057d4522 py3: bump version to 5.0.0 diff --git a/.bumpversion.cfg b/.bumpversion.cfg --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.19.0 +current_version = 5.0.0 message = release: Bump version {current_version} to {new_version} [bumpversion:file:vcsserver/VERSION] diff --git a/vcsserver/VERSION b/vcsserver/VERSION --- a/vcsserver/VERSION +++ b/vcsserver/VERSION @@ -1,1 +1,1 @@ -4.19.0 \ No newline at end of file +5.0.0 \ No newline at end of file