From: Oleg Broytman Date: Fri, 29 Jul 2016 19:46:06 +0000 (+0300) Subject: Release 3.0: Python 3 X-Git-Tag: 3.0.0~2 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=cb51808f0dfa627849884f049b0e3550b3d10e9d Release 3.0: Python 3 --- diff --git a/TODO b/TODO index 1fcf08c..6ed2662 100644 --- a/TODO +++ b/TODO @@ -1,4 +1 @@ -Python 3. - - Add fladx - a module to read hierarchal config files (Xresources-like). diff --git a/setup.py b/setup.py index 648f6b0..a551db4 100755 --- 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",