Skip to content

Commit

Permalink
Bump to version 1.6.1 (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-watson authored Dec 13, 2023
1 parent b31b46e commit cc8b24a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convert2rhel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__metaclass__ = type
__version__ = "1.6.0"
__version__ = "1.6.1"
5 changes: 4 additions & 1 deletion packaging/convert2rhel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%endif

Name: convert2rhel
Version: 1.6.0
Version: 1.6.1
Release: 1%{?dist}
Summary: Automates the conversion of RHEL derivative distributions to RHEL

Expand Down Expand Up @@ -122,6 +122,9 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel.
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*

%changelog
* Wed Dec 13 2023 Preston Watson <[email protected]> 1.6.1
- Fix parsing yumdownloader output with a carriage return

* Fri Dec 08 2023 Preston Watson <[email protected]> 1.6.0
- Change Action results so that no information is given in SUCCESS results
- Add OVERRIDABLE result to the third party package analysis
Expand Down

0 comments on commit cc8b24a

Please sign in to comment.