new version V02.17.10
authorymh <ymh.work@gmail.com>
Mon, 19 Oct 2015 09:36:35 +0200
changeset 298 72640ee73529
parent 297 d079615ed356
child 299 1f997e9b1f28
new version
src/ldtplatform/__init__.py
--- a/src/ldtplatform/__init__.py	Mon Oct 19 09:36:07 2015 +0200
+++ b/src/ldtplatform/__init__.py	Mon Oct 19 09:36:35 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (2, 17, 9, "final", 0)
+VERSION = (2, 17, 10, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i: "%02d" % (i,), VERSION[:2])))