From 47846ce845a5fbd96c063fe8436e1a14811a5383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 2 Sep 2022 10:58:40 +0200 Subject: [PATCH] Anitya 1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- anitya/__init__.py | 2 +- docs/release-notes.rst | 18 ++++++++++++++++++ news/PR1449.bug | 1 - 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 news/PR1449.bug diff --git a/anitya/__init__.py b/anitya/__init__.py index 0bc56cb66..04aeb7fac 100644 --- a/anitya/__init__.py +++ b/anitya/__init__.py @@ -2,4 +2,4 @@ __api_version__ = "1.2" -__version__ = "1.5.0" +__version__ = "1.5.1" diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 805c291aa..15f6a6d7c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -4,6 +4,24 @@ Release Notes .. towncrier release notes start +1.5.1 (2022-09-02) +================== + +Bug Fixes +--------- + +* Fix wrong url replacement in GitHub backend. + (`PR#1449 `_) + + +Contributors +------------ +Many thanks to the contributors of bug reports, pull requests, and pull request +reviews for this release: + +* Erol Keskin + + 1.5.0 (2022-08-30) ================== diff --git a/news/PR1449.bug b/news/PR1449.bug deleted file mode 100644 index e064a9041..000000000 --- a/news/PR1449.bug +++ /dev/null @@ -1 +0,0 @@ -Fix wrong url replacement in GitHub backend.