Updated Branches: refs/heads/trunk 018a54aa5 -> fcf48b75b Updated Tags: refs/tags/v0.14.0-tentative [created] fcf48b75b
Bump version. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fcf48b75 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fcf48b75 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fcf48b75 Branch: refs/heads/trunk Commit: fcf48b75b70393b99a2e13e36e59e009c88a190f Parents: 018a54a Author: Tomaz Muraus <[email protected]> Authored: Fri Jan 17 20:24:07 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Jan 17 20:24:07 2014 +0100 ---------------------------------------------------------------------- CHANGES.rst | 4 ++-- libcloud/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fcf48b75/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 8f920f9..82357df 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes with Apache Libcloud in development -------------------------------------------- +Changes with Apache Libcloud 0.14.0 +----------------------------------- General ~~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/fcf48b75/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 062d618..fcbcb63 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.14.0-beta3' +__version__ = '0.14.0' import os
