From 28203438ec32fe0bf08d4687231d2287e8c62f97 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 29 Jul 2016 22:48:12 +0300 Subject: [PATCH] Version 0.0.14: Python 3 --- ChangeLog | 4 ++++ TODO | 3 --- m_librarian/__version__.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d11ab4e..e0d2c0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 0.0.14 (2016-07-29) + + Python 3: support for Py2 and Py3 (3.4+) with one codebase. + Version 0.0.13 (2016-06-11) Add option -C|--config file. diff --git a/TODO b/TODO index ff00ce8..4ecfa30 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,3 @@ -Python 3. - - Import from SQL instead of INPX. Import annotations and illustrations. diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index 4c744de..4bfdfc6 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.0.13' +__version__ = '0.0.14' -- 2.39.2