]> git.phdru.name Git - m_librarian.git/commitdiff
Version 0.1.0: Web-interface
authorOleg Broytman <phd@phdru.name>
Sun, 8 Apr 2018 00:31:55 +0000 (03:31 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 8 Apr 2018 00:40:50 +0000 (03:40 +0300)
TODO
docs/news.rst
m_librarian/__version__.py

diff --git a/TODO b/TODO
index 5d2acb2a3a4d6d4a8f988a2de82f084148568f9b..88223de412f8513acc30a8dbff65abbdadc90722 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,10 +4,7 @@ GitHub, Travis, AppVeyor, PyPI.
 Import from SQL instead of INPX. Import annotations and illustrations.
 
 
-Web interface for listing authors, books, series, etc.
+GUI scripts for listing authors, books, series, etc.
 
 
 Installers.
-
-
-GUI scripts for listing authors, books, series, etc.
index a16cc96eed9bde39a0cbdf62ff4cd85b0515455e..20861b28f742a53c6bf99c7b6059a3320a8aa5a7 100644 (file)
@@ -1,6 +1,12 @@
 News
 ====
 
+Version 0.1.0 (2018-04-08)
+--------------------------
+
+* Web-interface: Search for authors, list books by an author,
+  download a book.
+
 Version 0.0.17 (2018-03-24)
 ---------------------------
 
index b47451b3330893b9b77fc770a3005589df38ee55..b794fd409a5e3b3b65ad76a43d6a01a318877640 100644 (file)
@@ -1 +1 @@
-__version__ = '0.0.17'
+__version__ = '0.1.0'