new version including correction on pagination and correction on click and hover behaviour V00.07
authorymh <ymh.work@gmail.com>
Thu, 22 Nov 2012 23:58:49 +0100
changeset 80 0fcb603b04eb
parent 79 435851345c78
child 81 bd290191f963
new version including correction on pagination and correction on click and hover behaviour
src/hp/__init__.py
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/ldt-1.31.tar.gz
virtualenv/res/src/ldt-1.32.tar.gz
--- a/src/hp/__init__.py	Thu Nov 22 23:54:13 2012 +0100
+++ b/src/hp/__init__.py	Thu Nov 22 23:58:49 2012 +0100
@@ -1,4 +1,4 @@
-VERSION = (0, 6, 0, "alpha", 0)
+VERSION = (0, 7, 0, "alpha", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/virtualenv/res/lib/lib_create_env.py	Thu Nov 22 23:54:13 2012 +0100
+++ b/virtualenv/res/lib/lib_create_env.py	Thu Nov 22 23:58:49 2012 +0100
@@ -49,7 +49,7 @@
     'PYYAML' : {'setup':'pyyaml', 'url':'http://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.10.tar.gz', 'local': 'PyYAML-3.10.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'PYTHON-DIGEST' : {'setup':'python-digest', 'url':'http://pypi.python.org/packages/source/p/python-digest/python-digest-1.7.tar.gz', 'local': 'python-digest-1.7.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'DJANGO-TASTYPIE' : {'setup':'django-tastypie', 'url':'django-tastypie-0.9.11-modified.tar.gz', 'local': 'django-tastypie-0.9.11-modified.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
-    'LDT': {'setup': 'ldt','url': 'ldt-1.31.tar.gz', 'local':"ldt-1.31.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
+    'LDT': {'setup': 'ldt','url': 'ldt-1.32.tar.gz', 'local':"ldt-1.32.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
 }
 
 if system_str == 'Windows':
Binary file virtualenv/res/src/ldt-1.31.tar.gz has changed
Binary file virtualenv/res/src/ldt-1.32.tar.gz has changed