Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
## Packaging
- Remove pytest residuals in spec file
- Update documentation

## Framework
### Fixes
- Fix conversion of deprecation messages to reports (py3)
- Fix various issues regarding suppressing of deprecation
  • Loading branch information
drehak authored and pirat89 committed Oct 20, 2020
1 parent 04137cf commit 287d684
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion leapp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from leapp.utils.workarounds import apply_workarounds

VERSION = "0.11.0"
VERSION = "0.11.1"
FULL_VERSION = VERSION

apply_workarounds()
2 changes: 1 addition & 1 deletion man/leapp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH LEAPP "1" "2020-04-16" "leapp 0.11.0" "User Commands"
.TH LEAPP "1" "2020-10-20" "leapp 0.11.1" "User Commands"

.SH NAME
leapp \- command line interface for upgrades between major OS versions
Expand Down
2 changes: 1 addition & 1 deletion man/snactor.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SNACTOR "1" "2020-04-16" "snactor 0.11.0" "User Commands"
.TH SNACTOR "1" "2020-10-20" "snactor 0.11.1" "User Commands"

.SH NAME
snactor \- development and repository management tool for leapp
Expand Down
2 changes: 1 addition & 1 deletion packaging/leapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%endif

Name: leapp
Version: 0.11.0
Version: 0.11.1
Release: 1%{?dist}
Summary: OS & Application modernization framework

Expand Down

0 comments on commit 287d684

Please sign in to comment.