This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.27.x in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit b86adcb625f2a17d0465f222c91147b53f82179a Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Apr 15 17:58:50 2019 +0100 PROTON-2032: update versions for 0.27.1-rc1 --- VERSION.txt | 2 +- python/docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 282da0a..83b4730 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.27.1-SNAPSHOT +0.27.1 diff --git a/python/docs/conf.py b/python/docs/conf.py index c0b962f..f0d9324 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2015-2019, Apache Qpid' # The short X.Y version. version = '0.27.1' # The full version, including alpha/beta/rc tags. -release = '0.27.1-SNAPSHOT' +release = '0.27.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
