Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
## Packaging
- Add JSON schema of leapp reports for validation (#681)
- Bump leapp-framework capability to 1.4 (#684)

## Framework
### Fixes
- Fix Py2/Py3 issues for unit-tests relying on __wrapped__ for decorators (#674)

### Enhancements
- Add a stable report identifier for each generated report (#669)

## Additional changes interesting for devels
- Add a possibility to overwrite virtualenv name for testing  `$VENVNAME` (#675)
- Add a way to override default python version using `$PYTHON_VENV` (#675)

Related leapp-repository release: https://github.com/oamg/leapp-repository/releases/tag/v0.13.0
  • Loading branch information
drehak authored and pirat89 committed Feb 4, 2021
1 parent f4ed32e commit 28607c5
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.11.1"
VERSION = "0.12.0"
FULL_VERSION = VERSION

apply_workarounds()
2 changes: 1 addition & 1 deletion man/leapp.1
@@ -1,4 +1,4 @@
.TH LEAPP "1" "2020-10-20" "leapp 0.11.1" "User Commands"
.TH LEAPP "1" "2021-02-04" "leapp 0.12.0" "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" "2020-10-20" "snactor 0.11.1" "User Commands"
.TH SNACTOR "1" "2021-02-04" "snactor 0.12.0" "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.11.1
Version: 0.12.0
Release: 1%{?dist}
Summary: OS & Application modernization framework

Expand Down

0 comments on commit 28607c5

Please sign in to comment.