Skip to content

Commit

Permalink
# Release 0.15.1
Browse files Browse the repository at this point in the history
## Packaging
-  Change permissions for /var/lib/leapp to 0700 (oamg#807)

## Framework
### Fixes
- Prevent unicode errors when printing error messages (oamg#806)
- Make checks for missing answers more strict (oamg#797)

### Enhancements
- Expose tracebacks from actors (oamg#802)
  • Loading branch information
pirat89 committed Feb 21, 2023
1 parent a27bbb4 commit b3e030f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.15.0"
VERSION = "0.15.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" "2022-08-23" "leapp 0.15.0" "User Commands"
.TH LEAPP "1" "2023-02-21" "leapp 0.15.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" "2022-08-23" "snactor 0.15.0" "User Commands"
.TH SNACTOR "1" "2023-02-21" "snactor 0.15.1" "User Commands"

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

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

Expand Down Expand Up @@ -125,7 +125,7 @@ Python %{leapp_python} leapp framework libraries.
Summary: Meta-package with system dependencies of %{name} package

# IMPORTANT: everytime the requirements are changed, increment number by one
# same for requiremenrs in main package above
# same for requirements in main package above
Provides: leapp-framework-dependencies = %{framework_dependencies}
##################################################
# Real requirements for the leapp HERE
Expand Down

0 comments on commit b3e030f

Please sign in to comment.