# HG changeset patch # User ymh # Date 1288215795 -7200 # Node ID 397487a6bf903bb7579279c788f07389c1c4f0a4 # Parent 92e9ec3663e0e74be6ae562c8c99a070cb0fe45c new version 00.05 diff -r 92e9ec3663e0 -r 397487a6bf90 web/dring93/__init__.py --- a/web/dring93/__init__.py Wed Oct 27 23:42:15 2010 +0200 +++ b/web/dring93/__init__.py Wed Oct 27 23:43:15 2010 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 4, 0, "final", 0) +VERSION = (0, 5, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))