From: Oleg Broytman Date: Thu, 6 Nov 2025 14:47:00 +0000 (+0300) Subject: Version 0.4.2 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=2bd3fd50a819b0a3bd846f4877159a93a92f6f82;p=m_librarian.git Version 0.4.2 --- diff --git a/docs-ru/news.rst b/docs-ru/news.rst index 0e21469..4db8c40 100644 --- a/docs-ru/news.rst +++ b/docs-ru/news.rst @@ -1,7 +1,7 @@ Новости ======= -Version 0.4.2 (2024-??-??) +Version 0.4.2 (2025-11-06) -------------------------- * CI(GHActions): Переключиться на ``setup-miniconda``. diff --git a/docs/news.rst b/docs/news.rst index 5b09c47..b1d141d 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ News ==== -Version 0.4.2 (2024-??-??) +Version 0.4.2 (2025-11-06) -------------------------- * CI(GHActions): Switch to ``setup-miniconda``. diff --git a/m_librarian/__version__.py b/m_librarian/__version__.py index f0ede3d..a987347 100644 --- a/m_librarian/__version__.py +++ b/m_librarian/__version__.py @@ -1 +1 @@ -__version__ = '0.4.1' +__version__ = '0.4.2'