bump version V02.16
authorymh <ymh.work@gmail.com>
Wed, 22 Jul 2015 15:11:48 +0200
changeset 263 12759f428766
parent 262 c4f23c06bc6a
child 264 a2e79bd11a82
bump version
src/ldtplatform/__init__.py
--- a/src/ldtplatform/__init__.py	Wed Jul 22 15:10:55 2015 +0200
+++ b/src/ldtplatform/__init__.py	Wed Jul 22 15:11:48 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (2, 15, 5, "final", 0)
+VERSION = (2, 16, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))