Skip to content

Commit

Permalink
Bumping version to 5.7.3 and adding release note.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Saleh <asaleh@redhat.com>
(cherry picked from commit 8bc6bc9)
  • Loading branch information
AdamSaleh committed Dec 8, 2021
1 parent 24214d0 commit 935207c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bodhi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Fedora's update manager."""

__version__ = "5.7.2"
__version__ = "5.7.3"

# This is a regular expression used to match username mentions in comments.
MENTION_RE = r'(?<!\S)(@\w+)'
10 changes: 10 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Release notes

.. towncrier release notes start
v5.7.3
======
This is a bugfix release that should help with several more problems after 7.5.2 release.


Bug fixes
^^^^^^^^^

* Fixed an issue where Bodhi was throwing 5xx "NoSuchColumnError testcases.id" errors because of a misconfigured table (:issue:`4302`).

v5.7.2
======
This is a bugfix release that should help with several problems after 7.5.1 release.
Expand Down

0 comments on commit 935207c

Please sign in to comment.