# HG changeset patch # User ymh # Date 1305894102 -7200 # Node ID d3865ab89a7029c24cfc13e95c1c1f1c74957e83 # Parent 0391de60de5dd49ffbb6a27c68c89c4f8c2c1fd6 Bump platform version diff -r 0391de60de5d -r d3865ab89a70 virtualenv/res/src/ldt-0.13.tar.gz Binary file virtualenv/res/src/ldt-0.13.tar.gz has changed diff -r 0391de60de5d -r d3865ab89a70 virtualenv/res/src/ldt-0.14.tar.gz Binary file virtualenv/res/src/ldt-0.14.tar.gz has changed diff -r 0391de60de5d -r d3865ab89a70 web/blinkster/__init__.py --- 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)))