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 2011/05/21 22:21:55 UTC

svn commit: r1125795 - /incubator/libcloud/trunk/libcloud/__init__.py

Author: tomaz
Date: Sat May 21 20:21:55 2011
New Revision: 1125795

URL: http://svn.apache.org/viewvc?rev=1125795&view=rev
Log:
Update the version string.

Modified:
    incubator/libcloud/trunk/libcloud/__init__.py

Modified: incubator/libcloud/trunk/libcloud/__init__.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/__init__.py?rev=1125795&r1=1125794&r2=1125795&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/__init__.py (original)
+++ incubator/libcloud/trunk/libcloud/__init__.py Sat May 21 20:21:55 2011
@@ -21,7 +21,7 @@ libcloud provides a unified interface to
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "0.5.0-dev"
+__version__ = "0.5.0"
 
 def enable_debug(fo):
     """