From: Oleg Broytman Date: Sun, 29 May 2016 18:19:33 +0000 (+0300) Subject: Version 0.0.8: search by database id X-Git-Tag: 0.0.8^0 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=dd8decbb437f61d5e095dd45c5a8dd56cd67ad13;hp=cf773e9ae70a7a1cbdd27e234db3834c3c07d649 Version 0.0.8: search by database id --- diff --git a/ChangeLog b/ChangeLog index c7ed57b..0e3883e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Version 0.0.8 (2016-05-29) + + Search by author's, book's, extension's, language's id + + Output count of found objects + + Use option -d to output database id + Version 0.0.7 (2016-05-25) Extend ml-serach.py to search books by authors, extensions, genres, diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index 2792152..9123cf0 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.0.7' +__version__ = '0.0.8'