]> git.phdru.name Git - m_librarian.git/commitdiff
Version 0.0.14: Python 3 0.0.14
authorOleg Broytman <phd@phdru.name>
Fri, 29 Jul 2016 19:48:12 +0000 (22:48 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 29 Jul 2016 19:50:18 +0000 (22:50 +0300)
ChangeLog
TODO
m_librarian/__version__.py

index d11ab4e154556db01af479151948b57c748fdf96..e0d2c0e757eaae2ba752352f6d6d83b638556671 100644 (file)
--- 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 ff00ce87e3a128dc83f0f0123bdfc15f0faea5d8..4ecfa30a9ae055c549f85e0bd1a1cd1b90939a58 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-Python 3.
-
-
 Import from SQL instead of INPX. Import annotations and illustrations.
 
 
index 4c744de3cd1791da7bf19a37e17753a968a395d8..4bfdfc693d66a32512f199f36d3eef3fc252f9c1 100644 (file)
@@ -1 +1 @@
-__version__ = '0.0.13'
+__version__ = '0.0.14'