Repository: qpid-proton Updated Branches: refs/heads/master 5445b6a25 -> 4185261b7
PROTON-1396: update version to 0.18.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/4185261b Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/4185261b Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/4185261b Branch: refs/heads/master Commit: 4185261b7e43c221a1659d54cf35c871d99cfd9c Parents: 5445b6a Author: Robert Gemmell <[email protected]> Authored: Fri Feb 3 19:20:57 2017 +0000 Committer: Robert Gemmell <[email protected]> Committed: Fri Feb 3 19:20:57 2017 +0000 ---------------------------------------------------------------------- proton-c/bindings/python/docs/conf.py | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4185261b/proton-c/bindings/python/docs/conf.py ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/docs/conf.py b/proton-c/bindings/python/docs/conf.py index 8c8cec3..50966e0 100644 --- a/proton-c/bindings/python/docs/conf.py +++ b/proton-c/bindings/python/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2015, Apache Qpid' # built documents. # # The short X.Y version. -version = '0.17.0' +version = '0.18.0' # The full version, including alpha/beta/rc tags. -release = '0.17.0' +release = '0.18.0-SNAPSHOT' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4185261b/version.txt ---------------------------------------------------------------------- diff --git a/version.txt b/version.txt index c5523bd..4e57392 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.17.0 +0.18.0-SNAPSHOT --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
