Repository: qpid-proton Updated Branches: refs/heads/go1 6f579de70 -> 3826a8e5b
PROTON-1812, PROTON-1852: update versions for 0.24.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b6b29ec7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b6b29ec7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/b6b29ec7 Branch: refs/heads/go1 Commit: b6b29ec73c578715ed4a59d03bf2f583c986fcae Parents: 4fe5040 Author: Robbie Gemmell <[email protected]> Authored: Wed May 23 20:17:44 2018 +0100 Committer: Robbie Gemmell <[email protected]> Committed: Wed May 23 20:17:44 2018 +0100 ---------------------------------------------------------------------- VERSION.txt | 2 +- python/docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b6b29ec7/VERSION.txt ---------------------------------------------------------------------- diff --git a/VERSION.txt b/VERSION.txt index ca222b7..109ace3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.23.0 +0.24.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b6b29ec7/python/docs/conf.py ---------------------------------------------------------------------- diff --git a/python/docs/conf.py b/python/docs/conf.py index 1556486..9be29b6 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2015, Apache Qpid' # built documents. # # The short X.Y version. -version = '0.23.0' +version = '0.24.0' # The full version, including alpha/beta/rc tags. -release = '0.23.0' +release = '0.24.0-SNAPSHOT' # 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]
