# HG changeset patch # User ymh # Date 1319034903 -7200 # Node ID 22257618a7c282113681f6878395a861ccccded2 # Parent 777eed530773405cf44960865153f1e0dee5a386 update ldt diff -r 777eed530773 -r 22257618a7c2 .hgignore --- a/.hgignore Wed Oct 19 17:48:57 2011 +0200 +++ b/.hgignore Wed Oct 19 16:35:03 2011 +0200 @@ -15,4 +15,10 @@ syntax: regexp ^web/ldtplatform/\.htaccess$ syntax: regexp -^web/ldtplatform/config\.py$ \ No newline at end of file +^web/ldtplatform/config\.py$ +syntax: regexp +^web/regardssignes/\.htaccess$ +syntax: regexp +^web/regardssignes/\.htaccess$ +syntax: regexp +^web/regardssignes/config\.py$ \ No newline at end of file diff -r 777eed530773 -r 22257618a7c2 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Wed Oct 19 17:48:57 2011 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Wed Oct 19 16:35:03 2011 +0200 @@ -30,7 +30,7 @@ 'DJANGO_OPENID_CONSUMER': {'setup':'django_openid_consumer', 'url':'http://pypi.python.org/packages/source/d/django-openid-consumer/django-openid-consumer-0.1.1.tar.gz', 'local':"django-openid-consumer-0.1.1.tar.gz"}, 'SOCIAL_AUTH': {'setup':'social_auth', 'url':'https://github.com/omab/django-social-auth/tarball/v0.3.10', 'local':"omab-django-social-auth-v0.3.10-modified.tar.gz"}, 'SOUTH': { 'setup': 'South', 'url':'http://www.aeracode.org/releases/south/south-0.7.3.tar.gz', 'local':"south-0.7.3.tar.gz"}, - 'LDT': { 'setup': 'ldt', 'url':'ldt-0.19.tar.gz', 'local':"ldt-0.19.tar.gz"}, + 'LDT': { 'setup': 'ldt', 'url':'ldt-0.20.tar.gz', 'local':"ldt-0.20.tar.gz"}, } if system_str == 'Windows': diff -r 777eed530773 -r 22257618a7c2 virtualenv/res/src/ldt-0.19.tar.gz Binary file virtualenv/res/src/ldt-0.19.tar.gz has changed diff -r 777eed530773 -r 22257618a7c2 virtualenv/res/src/ldt-0.20.tar.gz Binary file virtualenv/res/src/ldt-0.20.tar.gz has changed diff -r 777eed530773 -r 22257618a7c2 web/regardssignes/__init__.py --- a/web/regardssignes/__init__.py Wed Oct 19 17:48:57 2011 +0200 +++ b/web/regardssignes/__init__.py Wed Oct 19 16:35:03 2011 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 6, 0, "final", 0) +VERSION = (0, 7, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))