From: Oleg Broytman Date: Thu, 18 Jul 2024 14:32:57 +0000 (+0300) Subject: Version 0.4.1: Fix button "Save" at the bottom of the screen X-Git-Tag: 0.4.1^0 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=ad78d036622b06ec8b9b42cbc3afe96316700523;p=m_librarian.git Version 0.4.1: Fix button "Save" at the bottom of the screen Make it always visible. [skip ci] --- diff --git a/docs-ru/news.rst b/docs-ru/news.rst index fbbb0d3..17d15b3 100644 --- a/docs-ru/news.rst +++ b/docs-ru/news.rst @@ -1,6 +1,11 @@ Новости ======= +Версия 0.4.1 (2024-07-18) +------------------------- + +* Зафиксировать кнопку "Сохранить" в нижней части экрана, всегда видимую. + Версия 0.4.0 (2024-07-09) ------------------------- diff --git a/docs/news.rst b/docs/news.rst index e9a23ac..88c7ed9 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,11 @@ News ==== +Version 0.4.1 (2024-07-18) +-------------------------- + +* Fix button "Save" at the bottom of the screen to be always visible. + Version 0.4.0 (2024-07-09) -------------------------- diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index abeeedb..f0ede3d 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.4.0' +__version__ = '0.4.1'