new version 00.06 V00.06
authorymh <ymh.work@gmail.com>
Thu, 28 Oct 2010 00:36:54 +0200
changeset 18 b9c2a90029e7
parent 17 675d85bf5089
child 19 cbc514bab5bf
new version 00.06
web/dring93/__init__.py
--- a/web/dring93/__init__.py	Thu Oct 28 00:36:33 2010 +0200
+++ b/web/dring93/__init__.py	Thu Oct 28 00:36:54 2010 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 5, 0, "final", 0)
+VERSION = (0, 6, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))