From: Oleg Broytman Date: Mon, 11 Jun 2018 14:03:56 +0000 (+0300) Subject: Version 0.1.4 X-Git-Tag: 0.1.4^0 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=f9d5897eab184c02d118b555d3c3ffb2c856e5d4 Version 0.1.4 --- diff --git a/TODO b/TODO index cf5f178..c38bb75 100644 --- a/TODO +++ b/TODO @@ -4,12 +4,6 @@ Next release GUI with wxPython. Search authors. List books by an author. Download books. -Near future ------------ - -Web, GUI: select and download many books at once. - - Future ------ diff --git a/docs-ru/news.rst b/docs-ru/news.rst index 39c5ba0..46efced 100644 --- a/docs-ru/news.rst +++ b/docs-ru/news.rst @@ -1,7 +1,7 @@ Новости ======= -Version 0.1.4 (2018-05-??) +Version 0.1.4 (2018-06-11) -------------------------- * Поиск по названиям книг. diff --git a/docs/news.rst b/docs/news.rst index d9dfd72..c813f4d 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ News ==== -Version 0.1.4 (2018-06-??) +Version 0.1.4 (2018-06-11) -------------------------- * Search by book's title. diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index 8ce9b36..7525d19 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.1.3' +__version__ = '0.1.4'