]> git.phdru.name Git - m_lib.git/commitdiff
Release 3.0: Python 3
authorOleg Broytman <phd@phdru.name>
Fri, 29 Jul 2016 19:46:06 +0000 (22:46 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 29 Jul 2016 19:46:06 +0000 (22:46 +0300)
TODO
setup.py

diff --git a/TODO b/TODO
index 1fcf08cca835eff1a0c2a01a1a0b05b1153ead55..6ed26626a7e1f66ae3679eb690f7f238941b1fc6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1 @@
-Python 3.
-
-
 Add fladx - a module to read hierarchal config files (Xresources-like).
index 648f6b0e07ecf8defae8aa20aaea44eb66163a6e..a551db41b5b518e9c4aff9d5f226444f19c42506 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ if is_setuptools:
         }
 
 setup(name = "m_lib",
-    version = "3.0.0b2",
+    version = "3.0.0",
     description = "Broytman Library for Python",
     long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design",
     author = "Oleg Broytman",