From d3596dc69222f57821642d5f26111d2cba97732f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 8 Apr 2018 03:31:55 +0300 Subject: [PATCH] Version 0.1.0: Web-interface --- TODO | 5 +---- docs/news.rst | 6 ++++++ m_librarian/__version__.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) 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' -- 2.39.2