Skip to content

Commit

Permalink
Bump version to v1.4.1 (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn authored Sep 8, 2023
1 parent 332fe36 commit 5b720b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convert2rhel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1"
6 changes: 5 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.4.0
Version: 1.4.1
Release: 1%{?dist}
Summary: Automates the conversion of RHEL derivative distributions to RHEL

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

%changelog
* Fri Sep 08 2023 Eric Gustavsson <[email protected]> 1.4.1
- Alma and Rocky Linux 8: Fix subscription-manager not being installed
- Fix packages not being imported by move application lock into main

* Thu Sep 07 2023 Michal Bocek <[email protected]> 1.4.0
- Add `convert2rhel analysis` as a new CLI subcommand
- Stop uninstalling subscription-mananager and unregistering the system by default
Expand Down

0 comments on commit 5b720b9

Please sign in to comment.