From: Oleg Broytman Date: Mon, 19 Feb 2024 10:35:59 +0000 (+0300) Subject: Version 0.3.0: GUI with `wxPython` X-Git-Tag: 0.3.0~1 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=9f269c21f91b1865ffe2c8bfdab4974d26c97295 Version 0.3.0: GUI with `wxPython` [skip ci] --- diff --git a/docs-ru/news.rst b/docs-ru/news.rst index 9d73a33..d851dd5 100644 --- a/docs-ru/news.rst +++ b/docs-ru/news.rst @@ -1,6 +1,11 @@ Новости ======= +Версия 0.3.0 (2024-02-19) +------------------------- + +* ГИП на ``wxPython``. + Версия 0.2.0.post3 ------------------ diff --git a/docs/news.rst b/docs/news.rst index 38f88e1..0463141 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,11 @@ News ==== +Version 0.3.0 (2024-02-19) +-------------------------- + +* GUI with ``wxPython``. + Version 0.2.0.post3 ------------------- diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index c69e8fb..0404d81 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.2.0.post2' +__version__ = '0.3.0'