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/06/06 20:16:32 UTC

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

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 ccb207b74aa23c0d9e9c890899290565fa6bde73
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Jun 6 22:15:58 2019 +0200

    Indicate we are now working on v2.5.1-dev.
---
 docs/conf.py         | 4 ++--
 libcloud/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index e3457fd..94a6b1a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -73,9 +73,9 @@ html_show_sphinx = False
 # built documents.
 #
 # The short X.Y version.
-version = '2.5.0'
+version = '2.5.1-dev'
 # The full version, including alpha/beta/rc tags.
-release = '2.5.0'
+release = '2.5.1-dev'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 412de83..a10b70e 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -40,7 +40,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.5.0'
+__version__ = '2.5.1-dev'
 
 
 def enable_debug(fo):