Bump versions for 0.16.0 release.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3a9dcb80 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3a9dcb80 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3a9dcb80 Branch: refs/heads/trunk Commit: 3a9dcb80247ea0d3262f8584ab1137a3ee814236 Parents: 52a5843 Author: Tomaz Muraus <[email protected]> Authored: Mon Oct 20 15:19:16 2014 +0800 Committer: Eric Johnson <[email protected]> Committed: Tue Oct 21 16:13:27 2014 +0000 ---------------------------------------------------------------------- CHANGES.rst | 4 ++-- docs/upgrade_notes.rst | 4 ++-- libcloud/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3a9dcb80/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index e7b9542..821fd58 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes with Apache Libcloud in development -------------------------------------------- +Changes with Apache Libcloud 0.16.0 +----------------------------------- General ~~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/3a9dcb80/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index 656e3e1..dd6c52b 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -5,8 +5,8 @@ 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. -Libcloud in development ------------------------ +Libcloud 0.16.0 +--------------- Changes in the OpenStack authentication and service catalog classes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/3a9dcb80/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 3ce79f0..9a1c180 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.15.1' +__version__ = '0.16.0' import os
