# HG changeset patch # User ymh # Date 1288219014 -7200 # Node ID b9c2a90029e7f72c8f465b7908db8f46099518e5 # Parent 675d85bf5089770830636bbea08ee44c10fdbcc7 new version 00.06 diff -r 675d85bf5089 -r b9c2a90029e7 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])))