Repository: libcloud Updated Branches: refs/heads/trunk 3d88c3d92 -> f9b1d17d5
Update version for 1.0.0-rc2 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f9b1d17d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f9b1d17d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f9b1d17d Branch: refs/heads/trunk Commit: f9b1d17d5a8998260b60b8424b4f9c950ce5d798 Parents: 3d88c3d Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Fri Apr 8 12:30:45 2016 +1000 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Fri Apr 8 12:30:45 2016 +1000 ---------------------------------------------------------------------- CHANGES.rst | 2 +- libcloud/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f9b1d17d/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index b8c2457..6eef35a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -Changes with Apache Libcloud in development +Changes with Apache Libcloud in 1.0.0-rc2 ------------------------------------------- General http://git-wip-us.apache.org/repos/asf/libcloud/blob/f9b1d17d/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 3ed520d..1f90b1b 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__ = '1.0.0-pre1' +__version__ = '1.0.0-rc2' import os import codecs