From ae2420533ffdb36d6da9531774ef40b0ec20cdca Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 25 May 2016 01:01:27 +0300 Subject: [PATCH] Version 0.0.7: search books by authors, extensions, genres, languages --- ChangeLog | 5 +++++ TODO | 6 ------ m_librarian/__version__.py | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf78276..c7ed57b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Version 0.0.7 (2016-05-25) + + Extend ml-serach.py to search books by authors, extensions, genres, + languages. + Version 0.0.6 (2016-05-21) Extend ml-serach.py to search books by title, series, archive, file. diff --git a/TODO b/TODO index 8fdc22c..0b5fed2 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,3 @@ -Library for searching through collections. - - -Command-line scripts for listing authors, books, series, etc. - - Web interface for listing authors, books, series, etc. diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index fa9c4ec..2792152 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' -- 2.39.2