create version 0.10 V00.10
authorymh <ymh.work@gmail.com>
Sun, 25 Jul 2010 14:17:27 +0200
changeset 63 c7e6149288e4
parent 62 f9f8ea6eac0e
child 64 d1e2781852dc
create version 0.10
web/eulalie/__init__.py
--- a/web/eulalie/__init__.py	Sun Jul 25 14:17:01 2010 +0200
+++ b/web/eulalie/__init__.py	Sun Jul 25 14:17:27 2010 +0200
@@ -1,4 +1,4 @@
-VERSION = (0,9)
+VERSION = (0,10)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))