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 2019/08/28 18:59:19 UTC

[libcloud] branch trunk updated (e653b98 -> 0feff41)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from e653b98  Set version to v2.6.0.
     new 3ee8779  Update doap file for v2.6.0 release.
     new 0feff41  Indicate we are now working on v2.6.1-dev.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doap_libcloud.rdf    | 7 +++++++
 libcloud/__init__.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)


[libcloud] 01/02: Update doap file for v2.6.0 release.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 3ee87798cc9ebca9c86f744571238211b4597392
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Aug 28 20:58:42 2019 +0200

    Update doap file for v2.6.0 release.
---
 doap_libcloud.rdf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doap_libcloud.rdf b/doap_libcloud.rdf
index 812e83f..3b04f02 100644
--- a/doap_libcloud.rdf
+++ b/doap_libcloud.rdf
@@ -399,6 +399,13 @@
         <revision>v2.5.0</revision>
       </Version>
   </release>
+  <release>
+      <Version>
+        <name>2.6.0</name>
+        <created>2019-08-28</created>
+        <revision>v2.6.0</revision>
+      </Version>
+  </release>
   <repository>
       <SVNRepository>
         <location rdf:resource="https://svn.apache.org/repos/asf/libcloud/trunk/"/>


[libcloud] 02/02: Indicate we are now working on v2.6.1-dev.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 0feff41370f26d2c14f7a25b5607c8b0dec1c97e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Aug 28 20:58:57 2019 +0200

    Indicate we are now working on v2.6.1-dev.
---
 libcloud/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 65df878..6454cee 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.6.0'
+__version__ = '2.6.1-dev'
 
 
 def enable_debug(fo):