Skip to content

Commit 168f7e1

Browse files
committed
bump version to 3.0.2 + update release notes + release 3.0.2
1 parent 79ee030 commit 168f7e1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SET(DNF_VERSION "3.0.1")
1+
SET(DNF_VERSION "3.0.2")

dnf.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
It supports RPMs, modules and comps groups & environments.
7474

7575
Name: dnf
76-
Version: 3.0.1
76+
Version: 3.0.2
7777
Release: 1%{?dist}
7878
Summary: %{pkg_summary}
7979
# For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -481,6 +481,9 @@ rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
481481
%endif
482482

483483
%changelog
484+
* Fri Jun 29 2018 Jaroslav Mracek <[email protected]> - 3.0.2-1
485+
- Update to 3.0.2-1
486+
484487
* Tue Jun 26 2018 Jaroslav Mracek <[email protected]> - 3.0.1-1
485488
- Update to 3.0.1-1
486489
- Support of MODULES - new DNF command `module`

doc/release_notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
DNF Release Notes
2020
###################
2121

22+
===================
23+
3.0.2 Release Notes
24+
===================
25+
26+
* Add limited compatibility with dnf-2.0 (constants)
27+
2228
===================
2329
3.0.1 Release Notes
2430
===================

0 commit comments

Comments
 (0)