Skip to content

Commit

Permalink
Release 7.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
  • Loading branch information
mattiaverga committed Mar 18, 2023
1 parent 62e9f43 commit 86e1050
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 8 deletions.
5 changes: 4 additions & 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.1.0
%global pypi_version 7.1.1

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down Expand Up @@ -64,6 +64,9 @@ install -pm0644 bodhi-client.bash %{buildroot}%{_sysconfdir}/bash_completion.d/b
%config(noreplace) %{_sysconfdir}/bash_completion.d/bodhi-client.bash

%changelog
* Sat Mar 18 2023 Mattia Verga <[email protected]> - 7.1.1-1
- Update to 7.1.1

* Sun Jan 22 2023 Mattia Verga <[email protected]> - 7.1.0-1
- Update to 7.1.0

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.1.0"
version = "7.1.1"
description = "Bodhi client"
authors = ["Fedora Infrastructure team"]
maintainers = ["Fedora Infrastructure Team <[email protected]>"]
Expand Down
5 changes: 4 additions & 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.1.0
%global pypi_version 7.1.1

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down Expand Up @@ -52,6 +52,9 @@ rm -rf %{pypi_name}.egg-info
%doc README.rst

%changelog
* Sat Mar 18 2023 Mattia Verga <[email protected]> - 7.1.1-1
- Update to 7.1.1

* Sun Jan 22 2023 Mattia Verga <[email protected]> - 7.1.0-1
- Update to 7.1.0

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.1.0"
version = "7.1.1"
description = "JSON schema for messages sent by Bodhi"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
5 changes: 4 additions & 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.1.0
%global pypi_version 7.1.1

Name: %{pypi_name}
Version: %{pypi_version}
Expand Down Expand Up @@ -151,6 +151,9 @@ install -p -D -m 0644 %{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.sysus
%pycached %{python3_sitelib}/bodhi/server/metadata.py

%changelog
* Sat Mar 18 2023 Mattia Verga <[email protected]> - 7.1.1-1
- Update to 7.1.1

* Sun Jan 22 2023 Mattia Verga <[email protected]> - 7.1.0-1
- Update to 7.1.0

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.1.0"
version = "7.1.1"
description = "Bodhi server"
readme = "README.rst"
authors = ["Fedora Infrastructure Team"]
Expand Down
23 changes: 23 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ Release notes

.. towncrier release notes start
v7.1.1
======

Released on 2023-03-18.
This is a minor feature release.


Features
^^^^^^^^

* The automated tests tab will now display information about `queued` and
`running` tests (:pr:`5139`).
* Copy additional config files for pungi (:pr:`5154`).

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

The following developers contributed to this release of Bodhi:

* Adam Williamson
* Michal Konečný


v7.1.0
======

Expand Down
1 change: 0 additions & 1 deletion news/PR5139.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/PR5154.feature

This file was deleted.

0 comments on commit 86e1050

Please sign in to comment.