Repository: libcloud Updated Branches: refs/heads/trunk a65768bef -> 9bb149734
docs: fix version number Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9bb14973 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9bb14973 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9bb14973 Branch: refs/heads/trunk Commit: 9bb1497347aca50f80264316c1d9a002b09f79ac Parents: a65768b Author: Quentin Pradet <[email protected]> Authored: Fri Aug 31 06:09:37 2018 +0400 Committer: Quentin Pradet <[email protected]> Committed: Fri Aug 31 06:09:37 2018 +0400 ---------------------------------------------------------------------- docs/committer_guide.rst | 1 + docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9bb14973/docs/committer_guide.rst ---------------------------------------------------------------------- diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst index 5dd548d..9e9fd6d 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -96,6 +96,7 @@ preparing a release. * Make sure ``CHANGES`` file is up to date * Make sure ``__version__`` string in ``libcloud/__init__.py`` is up to date +* Make sure ``version`` and ``release`` in ``docs/_conf.py`` are up to date * Update constants: ``python contrib/scrap-ec2-sizes.py > libcloud/compute/constants.py`` 1. Pre-release check list http://git-wip-us.apache.org/repos/asf/libcloud/blob/9bb14973/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 94a2b76..6e71dca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,9 +73,9 @@ html_show_sphinx = False # built documents. # # The short X.Y version. -version = '0.14.0' +version = '2.3.0' # The full version, including alpha/beta/rc tags. -release = '0.14.0-dev' +release = '2.3..0-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
