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 2013/10/21 20:23:29 UTC

[2/4] git commit: Update version to 0.14.0-beta1.

Update version to 0.14.0-beta1.


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

Branch: refs/heads/trunk
Commit: 427833d61e13cb2a3a458e71398b1ec52f72c285
Parents: cdf723c
Author: Tomaz Muraus <to...@apache.org>
Authored: Sat Oct 19 00:23:22 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sat Oct 19 00:23:22 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/427833d6/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index ff4b4dd..8cc1449 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
                                    -*- coding: utf-8 -*-
 
-Changes with Apache Libcloud in development
+Changes with Apache Libcloud 0.14.0-beta1
 
  *) General
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/427833d6/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 4bb5358..9b75351 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -20,7 +20,7 @@ libcloud provides a unified interface to the cloud computing resources.
 """
 
 __all__ = ['__version__', 'enable_debug']
-__version__ = '0.14.0-dev'
+__version__ = '0.14.0-beta1'
 
 import os
 import atexit