Skip to content

Commit

Permalink
Release 7.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
  • Loading branch information
mattiaverga committed Oct 3, 2023
1 parent b968de1 commit a482754
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bodhi-client/bodhi-client.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by pyp2rpm-3.3.7
%global pypi_name bodhi-client
%global src_name bodhi_client
%global pypi_version 7.2.1
%global pypi_version 7.2.2

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down
2 changes: 1 addition & 1 deletion bodhi-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bodhi-client"
version = "7.2.1"
version = "7.2.2"
description = "Bodhi client"
authors = ["Fedora Infrastructure team"]
maintainers = ["Fedora Infrastructure Team <infrastructure@lists.fedoraproject.org>"]
Expand Down
2 changes: 1 addition & 1 deletion bodhi-messages/bodhi-messages.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by pyp2rpm-3.3.7
%global pypi_name bodhi-messages
%global src_name bodhi_messages
%global pypi_version 7.2.1
%global pypi_version 7.2.2

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down
2 changes: 1 addition & 1 deletion bodhi-messages/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bodhi-messages"
version = "7.2.1"
version = "7.2.2"
description = "JSON schema for messages sent by Bodhi"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
2 changes: 1 addition & 1 deletion bodhi-server/bodhi-server.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global pypi_name bodhi-server
%global src_name bodhi_server
%global pypi_version 7.2.1
%global pypi_version 7.2.2

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down
2 changes: 1 addition & 1 deletion bodhi-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bodhi-server"
version = "7.2.1"
version = "7.2.2"
description = "Bodhi server"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
26 changes: 26 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ Release notes

.. towncrier release notes start
v7.2.2
======



Released on 2023-10-03.
This is a bugfix release.


Bug fixes
^^^^^^^^^

* Fixed the detection of Flatpak update type (:pr:`5496`).
* Fix handling container tags which aren't valid OCI tags (:pr:`5497`).
* Fixed display of waived failures in the Automated Tests tab (:issue:`5397`).

Contributors
^^^^^^^^^^^^

The following developers contributed to this release of Bodhi:

* Owen Taylor
* Adam Williamson
* Mattia Verga


v7.2.1
======

Expand Down
1 change: 0 additions & 1 deletion news/PR5496.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/PR5497.bug

This file was deleted.

0 comments on commit a482754

Please sign in to comment.