Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
## Framework
### Fixes
- Fix the version field in the json schema v1.1.0

## Leapp

### Enhancements
- Added rerun command for experimental purposes to be able to re-run the last
  phase

## stdlib
### Enhancements
- Fix the call from the leapp stdlib on Python 3.9
  • Loading branch information
pirat89 committed Apr 23, 2021
1 parent c55b258 commit 10788e6
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
@@ -1,6 +1,6 @@
from leapp.utils.workarounds import apply_workarounds

VERSION = "0.12.0"
VERSION = "0.12.1"
FULL_VERSION = VERSION

apply_workarounds()
2 changes: 1 addition & 1 deletion man/leapp.1
@@ -1,4 +1,4 @@
.TH LEAPP "1" "2021-02-04" "leapp 0.12.0" "User Commands"
.TH LEAPP "1" "2021-02-04" "leapp 0.12.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
@@ -1,4 +1,4 @@
.TH SNACTOR "1" "2021-02-04" "snactor 0.12.0" "User Commands"
.TH SNACTOR "1" "2021-02-04" "snactor 0.12.1" "User Commands"

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

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

Expand Down

0 comments on commit 10788e6

Please sign in to comment.