Repository: qpid-proton Updated Branches: refs/heads/master 99e516b5c -> 5445b6a25
PROTON-1396: update versions to 0.17.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5445b6a2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5445b6a2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/5445b6a2 Branch: refs/heads/master Commit: 5445b6a255187cf18be6dffb3fa45d659467c502 Parents: 99e516b Author: Robert Gemmell <[email protected]> Authored: Fri Feb 3 17:10:17 2017 +0000 Committer: Robert Gemmell <[email protected]> Committed: Fri Feb 3 17:10:17 2017 +0000 ---------------------------------------------------------------------- proton-c/bindings/python/docs/conf.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5445b6a2/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 cae646c..8c8cec3 100644 --- a/proton-c/bindings/python/docs/conf.py +++ b/proton-c/bindings/python/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2015, Apache Qpid' # The short X.Y version. version = '0.17.0' # The full version, including alpha/beta/rc tags. -release = '0.17.0-SNAPSHOT' +release = '0.17.0' # 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/5445b6a2/version.txt ---------------------------------------------------------------------- diff --git a/version.txt b/version.txt index 636e47c..c5523bd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.17.0-SNAPSHOT +0.17.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
