From ad78d036622b06ec8b9b42cbc3afe96316700523 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 18 Jul 2024 17:32:57 +0300 Subject: [PATCH] Version 0.4.1: Fix button "Save" at the bottom of the screen Make it always visible. [skip ci] --- docs-ru/news.rst | 5 +++++ docs/news.rst | 5 +++++ m_librarian/__version__.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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' -- 2.39.5