Repository: libcloud Updated Branches: refs/heads/trunk 39d9f6081 -> f01509da5
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/f01509da Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f01509da Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f01509da Branch: refs/heads/trunk Commit: f01509da53fb630cc44b979fcc46f148348365be Parents: 39d9f60 Author: Tomaz Muraus <[email protected]> Authored: Mon Oct 20 15:19:16 2014 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Mon Oct 20 15:22:14 2014 +0800 ---------------------------------------------------------------------- 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/f01509da/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/f01509da/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/f01509da/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
