Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #51 from upgrades-migrations/new_release
Browse files Browse the repository at this point in the history
Bump version to 0.8.0
  • Loading branch information
pirat89 authored Sep 6, 2018
2 parents bc083ae + 1976b21 commit 3b6f5ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion redhat-upgrade-tool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global boom_dir boom-%{version_boom}

Name: redhat-upgrade-tool
Version: 0.7.52
Version: 0.8.0
Release: 1%{?dist}
Summary: The Red Hat Enterprise Linux Upgrade tool
Epoch: 1
Expand Down Expand Up @@ -140,6 +140,10 @@ fi


%changelog
* Thu Sep 06 2018 Petr Stodulka <pstodulk@redhat.com> - 1:0.8.0-1
- Add the rollback capability
Resolves: rhbz#1625999

* Tue Jun 12 2018 Michal Bocek <mbocek@redhat.com> - 1:0.7.52-1
- Add option to disable /boot size check
Resolves: rhbz#1518317
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run(self):
os.rename(outfile, newfile)

setup(name="redhat-upgrade-tool",
version="0.7.52",
version="0.8.0",
description="Red Hat Upgrade",
long_description="",
author="Will Woods",
Expand Down

0 comments on commit 3b6f5ad

Please sign in to comment.