Bump platform version V00.34
authorymh <ymh.work@gmail.com>
Fri, 20 May 2011 14:21:42 +0200
changeset 119 d3865ab89a70
parent 118 0391de60de5d
child 120 ba6eeab1db46
Bump platform version
virtualenv/res/src/ldt-0.13.tar.gz
virtualenv/res/src/ldt-0.14.tar.gz
web/blinkster/__init__.py
Binary file virtualenv/res/src/ldt-0.13.tar.gz has changed
Binary file virtualenv/res/src/ldt-0.14.tar.gz has changed
--- a/web/blinkster/__init__.py	Thu May 19 17:53:33 2011 +0200
+++ b/web/blinkster/__init__.py	Fri May 20 14:21:42 2011 +0200
@@ -1,3 +1,3 @@
-VERSION = (0, 33)
+VERSION = (0, 34)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))