Repository: libcloud Updated Branches: refs/heads/trunk 6be51b8c1 -> 4b4a01946
bump version Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4b4a0194 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4b4a0194 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4b4a0194 Branch: refs/heads/trunk Commit: 4b4a019468b1e7c561677d785c3b26f7d5481e45 Parents: 6be51b8 Author: Anthony Shaw <[email protected]> Authored: Wed Jun 15 09:49:01 2016 +1000 Committer: Anthony Shaw <[email protected]> Committed: Wed Jun 15 09:49:01 2016 +1000 ---------------------------------------------------------------------- CHANGES.rst | 4 ++-- libcloud/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4b4a0194/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 32211b3..781788f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes with latest version of Apache Libcloud ----------------------------------------------- +Changes with Apache Libcloud in 1.0.0 +------------------------------------- General ~~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/4b4a0194/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 1f90b1b..78ad2ee 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-rc2' +__version__ = '1.0.0' import os import codecs
