PROTON-1397: restore snapshot versions pending further updates This reverts commit db74a155771412e1bf3a56c6860a4789c0d23c9e.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f7b546bc Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f7b546bc Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f7b546bc Branch: refs/heads/master Commit: f7b546bc9c227ed2be0a524905e43d19ab4a1d28 Parents: db74a15 Author: Robbie Gemmell <[email protected]> Authored: Fri Sep 29 15:05:02 2017 +0100 Committer: Robbie Gemmell <[email protected]> Committed: Fri Sep 29 15:05:02 2017 +0100 ---------------------------------------------------------------------- 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/f7b546bc/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 ea304ab..50966e0 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.18.0' # The full version, including alpha/beta/rc tags. -release = '0.18.0-beta' +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/f7b546bc/version.txt ---------------------------------------------------------------------- diff --git a/version.txt b/version.txt index e1edef6..4e57392 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.18.0-beta +0.18.0-SNAPSHOT --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
