Skip to content

Commit

Permalink
Indicate we are now working on v2.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Nov 18, 2019
1 parent 3c79282 commit 3a2bf30
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

Changes in Apache Libcloud in development
-----------------------------------------

Changes in Apache Libcloud 2.6.1
--------------------------------

Expand Down
7 changes: 7 additions & 0 deletions doap_libcloud.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -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/"/>
Expand Down
4 changes: 2 additions & 2 deletions docs/committer_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -222,7 +222,7 @@ To:

.. sourcecode:: python

__version__ = '2.2.2dev'
__version__ = '2.2.2-dev'

10. Updating website
~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion libcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'enable_debug'
]

__version__ = '2.6.1'
__version__ = '2.6.2-dev'


def enable_debug(fo):
Expand Down

0 comments on commit 3a2bf30

Please sign in to comment.