Repository: libcloud Updated Branches: refs/heads/trunk 152d9786f -> 4087f4550
Bump versions for release Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4087f455 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4087f455 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4087f455 Branch: refs/heads/trunk Commit: 4087f45504f7c3bbd0f389420e9ecbdedf93ded9 Parents: 152d978 Author: Anthony Shaw <anthony.p.s...@gmail.com> Authored: Wed Dec 9 21:48:44 2015 +1100 Committer: Anthony Shaw <anthony.p.s...@gmail.com> Committed: Wed Dec 9 21:48:44 2015 +1100 ---------------------------------------------------------------------- CHANGES.rst | 2 +- docs/upgrade_notes.rst | 2 +- libcloud/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4087f455/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 3875a23..c70933e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -Changes with Apache Libcloud in development +Changes with Apache Libcloud 0.20.0 ------------------------------------------- General http://git-wip-us.apache.org/repos/asf/libcloud/blob/4087f455/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index 313fc22..25f84df 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -5,7 +5,7 @@ This page describes how to upgrade from a previous version to a new version which contains backward incompatible or semi-incompatible changes and how to preserve the old behavior when this is possible. -In development +Libcloud 0.20.0 -------------- * New optional ``ttl`` argument has been added to ``libcloud.dns.base.Record`` http://git-wip-us.apache.org/repos/asf/libcloud/blob/4087f455/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index be28aa8..dee9765 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -20,7 +20,7 @@ libcloud provides a unified interface to the cloud computing resources. """ __all__ = ['__version__', 'enable_debug'] -__version__ = '0.19.1-dev' +__version__ = '0.20.0' import os import codecs