From: Oleg Broytman Date: Fri, 29 Jul 2016 19:48:12 +0000 (+0300) Subject: Version 0.0.14: Python 3 X-Git-Tag: 0.0.14 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=refs%2Ftags%2F0.0.14 Version 0.0.14: Python 3 --- 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'