From a2804d5542694cfa6361c462007e3c461a12cfa5 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Thu, 21 Sep 2023 17:54:48 +0000 Subject: [PATCH] Release 0.71.1 --- VERSION.cmake | 2 +- docs/release_notes.rst | 9 +++++++++ libdnf.spec | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 1d4057242..3d084455f 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set (DEFAULT_LIBDNF_MAJOR_VERSION 0) set (DEFAULT_LIBDNF_MINOR_VERSION 71) -set (DEFAULT_LIBDNF_MICRO_VERSION 0) +set (DEFAULT_LIBDNF_MICRO_VERSION 1) if(DEFINED LIBDNF_MAJOR_VERSION) if(NOT ${DEFAULT_LIBDNF_MAJOR_VERSION} STREQUAL ${LIBDNF_MAJOR_VERSION}) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index efa5b6ce9..74049ccc4 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -19,6 +19,15 @@ LIBDNF Release Notes ###################### +==================== +0.71.1 Release Notes +==================== + +- New features: + - Allow DNF to be removed by DNF 5 + +Bugs fixed in 0.71.1: + ==================== 0.71.0 Release Notes ==================== diff --git a/libdnf.spec b/libdnf.spec index 45ac311ac..59e9259de 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -5,7 +5,7 @@ %global swig_version 3.0.12 %global libdnf_major_version 0 %global libdnf_minor_version 71 -%global libdnf_micro_version 0 +%global libdnf_micro_version 1 %define __cmake_in_source_build 1