You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2018/02/02 08:02:02 UTC

libcloud git commit: changes for 2.3.0 release

Repository: libcloud
Updated Branches:
  refs/heads/trunk b06b6090f -> e7429e95b
Updated Tags:  refs/tags/1.5.0-tentative [created] fe466c466
  refs/tags/2.0.0-tentative [created] 0e2879bca
  refs/tags/v0.15.1-tentative [created] 6df77f6e2
  refs/tags/v0.19.0-tentative [created] 5d9540b48
  refs/tags/v0.20.0-tentative [created] 3cdf17119
  refs/tags/v0.20.1-tentative [created] 87deb0449
  refs/tags/v1.0-pre1-tentative [created] 7bd33a694
  refs/tags/v1.0.0-rc2-tentative [created] f9b1d17d5
  refs/tags/v1.0.0-tentative [created] d7963b6fe
  refs/tags/v1.1.0-tentative [created] f459d2379
  refs/tags/v1.2.0-tentative [created] 97325142d
  refs/tags/v1.2.1-tentative [created] 824b9ec5b
  refs/tags/v1.3.0-tentative [created] 7dedf689f
  refs/tags/v1.4.0-tentative [created] bae472c9d
  refs/tags/v2.0.0-tentative [created] 241b438d1
  refs/tags/v2.1.0-tentative [created] a0a922357
  refs/tags/v2.2.0-tentative [created] 5e2eab06b
  refs/tags/v2.3.0 [created] fbc34c502
  refs/tags/v2.3.0-tentative [created] 7b0e30afe


changes for 2.3.0 release


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

Branch: refs/heads/trunk
Commit: e7429e95b95ddd6789ee97ac484111db2e74c597
Parents: b06b609
Author: Anthony Shaw <an...@apache.org>
Authored: Fri Feb 2 15:56:05 2018 +0800
Committer: Anthony Shaw <an...@apache.org>
Committed: Fri Feb 2 15:56:05 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e7429e95/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index ac44977..dbd909b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes in Apache Libcloud in development
------------------------------------------
+Changes in Apache Libcloud 2.3.0
+--------------------------------
 
 - Drop support for Python 2.6 and Python 3.3
   They're no longer supported, and the Python ecosystem is starting to

http://git-wip-us.apache.org/repos/asf/libcloud/blob/e7429e95/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index f59a8a1..099b4c4 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -38,7 +38,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.2.2dev'
+__version__ = '2.3.0'
 
 
 def enable_debug(fo):