Skip to content

Commit

Permalink
Release 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Mar 14, 2022
1 parent af3d0da commit fba1e2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set (DEFAULT_DNF_VERSION "4.11.0")
set (DEFAULT_DNF_VERSION "4.11.1")

if(DEFINED DNF_VERSION)
if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION})
Expand Down
5 changes: 4 additions & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
It supports RPMs, modules and comps groups & environments.

Name: dnf
Version: 4.11.0
Version: 4.11.1
Release: 1%{?dist}
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
Expand Down Expand Up @@ -359,6 +359,9 @@ popd
%{python3_sitelib}/%{name}/automatic/

%changelog
* Mon Mar 14 2022 Pavla Kratochvilova <[email protected]> - 4.11.1-1
- Bump version, so that 4.11.0 can be released separately

* Tue Mar 08 2022 Jaroslav Rohel <[email protected]> - 4.11.0-1
- Allow destdir option with modulesync command
- Add documentation for query api flags (RhBug:2035577)
Expand Down
7 changes: 7 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
DNF Release Notes
###################

====================
4.11.1 Release Notes
====================

- Bump version, so that 4.11.0 can be released separately


====================
4.11.0 Release Notes
====================
Expand Down

0 comments on commit fba1e2e

Please sign in to comment.