Updated Branches: refs/heads/0.12.x f3be0573b -> 9c0d11a4c
Bump version. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4925333d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4925333d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4925333d Branch: refs/heads/0.12.x Commit: 4925333d0a68b28b184e13f3abcb09eaced452e7 Parents: f3be057 Author: Tomaz Muraus <[email protected]> Authored: Wed Jun 26 18:52:31 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jun 26 18:52:31 2013 +0200 ---------------------------------------------------------------------- CHANGES | 2 +- libcloud/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4925333d/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 95703ee..640bd2f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -*- coding: utf-8 -*- -Changes with Apache Libcloud in deveploment: +Changes with Apache Libcloud 0.13.0: *) General http://git-wip-us.apache.org/repos/asf/libcloud/blob/4925333d/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 58fc9bb..acba9a2 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.12.4' +__version__ = '0.13.0' import os import atexit
