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/01/27 07:30:28 UTC

svn commit: r1439031 - /libcloud/branches/0.12.x/libcloud/__init__.py

Author: tomaz
Date: Sun Jan 27 06:30:27 2013
New Revision: 1439031

URL: http://svn.apache.org/viewvc?rev=1439031&view=rev
Log:
Set release version.

Modified:
    libcloud/branches/0.12.x/libcloud/__init__.py

Modified: libcloud/branches/0.12.x/libcloud/__init__.py
URL: http://svn.apache.org/viewvc/libcloud/branches/0.12.x/libcloud/__init__.py?rev=1439031&r1=1439030&r2=1439031&view=diff
==============================================================================
--- libcloud/branches/0.12.x/libcloud/__init__.py (original)
+++ libcloud/branches/0.12.x/libcloud/__init__.py Sun Jan 27 06:30:27 2013
@@ -20,7 +20,7 @@ libcloud provides a unified interface to
 """
 
 __all__ = ['__version__', 'enable_debug']
-__version__ = '0.12.0-dev'
+__version__ = '0.12.0'
 
 try:
     import paramiko