From: Oleg Broytman Date: Sun, 8 Apr 2018 00:31:55 +0000 (+0300) Subject: Version 0.1.0: Web-interface X-Git-Tag: 0.1.0~17 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=d3596dc69222f57821642d5f26111d2cba97732f Version 0.1.0: Web-interface --- diff --git a/TODO b/TODO index 5d2acb2..88223de 100644 --- 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. diff --git a/docs/news.rst b/docs/news.rst index a16cc96..20861b2 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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) --------------------------- diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index b47451b..b794fd4 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.0.17' +__version__ = '0.1.0'