--- 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
--- 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':
Binary file virtualenv/res/src/ldt-0.19.tar.gz has changed
Binary file virtualenv/res/src/ldt-0.20.tar.gz has changed
--- 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])))