You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/05/07 00:55:50 UTC

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

Author: pquerna
Date: Thu May  6 22:55:50 2010
New Revision: 941964

URL: http://svn.apache.org/viewvc?rev=941964&view=rev
Log:
prepare for 0.3.1.

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=941964&r1=941963&r2=941964&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/__init__.py (original)
+++ incubator/libcloud/trunk/libcloud/__init__.py Thu May  6 22:55:50 2010
@@ -21,7 +21,7 @@ libcloud provides a unified interface to
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "0.3.1-dev"
+__version__ = "0.3.1"
 
 
 def enable_debug(fo):