You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2017/09/20 16:17:10 UTC

libcloud git commit: Update version info for v2.2.1 release.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 91ea09116 -> b0261458a


Update version info for v2.2.1 release.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b0261458
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b0261458
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b0261458

Branch: refs/heads/trunk
Commit: b0261458ae189e25cc683316b099b9a426d60216
Parents: 91ea091
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Wed Sep 20 18:14:43 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Sep 20 18:14:43 2017 +0200

----------------------------------------------------------------------
 CHANGES.rst          | 4 ++--
 libcloud/__init__.py | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b0261458/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index a0f9285..c091b73 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes in current version of Apache Libcloud
----------------------------------------------
+Changes in Apache Libcloud 2.2.1
+--------------------------------
 
 Common
 ~~~~~~

http://git-wip-us.apache.org/repos/asf/libcloud/blob/b0261458/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 24d4a68..134d047 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -36,7 +36,8 @@ __all__ = [
     '__version__',
     'enable_debug'
 ]
-__version__ = '2.2.0'
+
+__version__ = '2.2.1'
 
 
 def enable_debug(fo):