Repository: qpid-proton Updated Branches: refs/heads/master d5b1036c3 -> 3eb1785a5
PROTON-1323: bump python docs version metadata on master for 0.16.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/3eb1785a Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/3eb1785a Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/3eb1785a Branch: refs/heads/master Commit: 3eb1785a5e5b9d5b74ebb94c1d20d5f7d335b5ee Parents: d5b1036 Author: Robert Gemmell <[email protected]> Authored: Mon Oct 10 16:56:22 2016 +0100 Committer: Robert Gemmell <[email protected]> Committed: Mon Oct 10 16:56:22 2016 +0100 ---------------------------------------------------------------------- proton-c/bindings/python/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3eb1785a/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 a37a39f..9e51595 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.15.0' +version = '0.16.0' # The full version, including alpha/beta/rc tags. -release = '0.15.0-SNAPSHOT' +release = '0.16.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]
