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


The following commit(s) were added to refs/heads/trunk by this push:
     new 3a2bf30  Indicate we are now working on v2.6.2.
3a2bf30 is described below

commit 3a2bf30b18c406fb60a6538d0a1a44a967dded1c
Author: Tomaz Muraus <[email protected]>
AuthorDate: Mon Nov 18 16:29:35 2019 +0100

    Indicate we are now working on v2.6.2.
---
 CHANGES.rst              | 3 +++
 doap_libcloud.rdf        | 7 +++++++
 docs/committer_guide.rst | 4 ++--
 libcloud/__init__.py     | 2 +-
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index e60b5ea..c93fac9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,9 @@
 Changelog
 =========
 
+Changes in Apache Libcloud in development
+-----------------------------------------
+
 Changes in Apache Libcloud 2.6.1
 --------------------------------
 
diff --git a/doap_libcloud.rdf b/doap_libcloud.rdf
index 3b04f02..d729db9 100644
--- a/doap_libcloud.rdf
+++ b/doap_libcloud.rdf
@@ -406,6 +406,13 @@
         <revision>v2.6.0</revision>
       </Version>
   </release>
+  <release>
+      <Version>
+        <name>2.6.1</name>
+        <created>2019-11-18</created>
+        <revision>v2.6.1</revision>
+      </Version>
+  </release>
   <repository>
       <SVNRepository>
         <location 
rdf:resource="https://svn.apache.org/repos/asf/libcloud/trunk/"/>
diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst
index 5445a90..597c734 100644
--- a/docs/committer_guide.rst
+++ b/docs/committer_guide.rst
@@ -210,7 +210,7 @@ Add information about the new release to the 
``doap_libcloud.rdf`` file in the
 root of the main code repository.
 
 Update ``__version__`` attribute in ``libcloud/__init.py__`` file and indicate
-we are now working on a new release by incrementing a number and adding ``dev``
+we are now working on a new release by incrementing a number and adding 
``-dev``
 suffix. For example, if version ``2.2.1`` has been released you would change
 it from:
 
@@ -222,7 +222,7 @@ To:
 
 .. sourcecode:: python
 
-    __version__ = '2.2.2dev'
+    __version__ = '2.2.2-dev'
 
 10. Updating website
 ~~~~~~~~~~~~~~~~~~~~
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 2a8f577..772b05e 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.6.1'
+__version__ = '2.6.2-dev'
 
 
 def enable_debug(fo):

Reply via email to