From 58314decf1884d6f6d5605a607e6409a39b85f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Stod=C5=AFlka?= Date: Wed, 23 Jan 2019 17:03:11 +0100 Subject: [PATCH] Release 0.5.0 (#429) - Models has been refactored to be more comprehensible and reliable - Introduced standard library - Introduced the actor convenience api for actors and repository libraries - Added localization support - Extended serialization support - Added exception to be able to stop actor execution --- leapp/__init__.py | 2 +- man/leapp.1 | 2 +- packaging/leapp.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/leapp/__init__.py b/leapp/__init__.py index 13b2099b6..18a73d58f 100644 --- a/leapp/__init__.py +++ b/leapp/__init__.py @@ -1,2 +1,2 @@ -VERSION = "0.4.0" +VERSION = "0.5.0" FULL_VERSION = VERSION + ' alpha' diff --git a/man/leapp.1 b/man/leapp.1 index 940479564..85f3cb74d 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -1,4 +1,4 @@ -.TH LEAPP "1" "22/11/2018" "leapp 0.4.0" "User Commands" +.TH LEAPP "1" "23/01/2019" "leapp 0.5.0" "User Commands" .SH NAME leapp - command-line interface to for App & OS Modernization Framework Leapp .SH SYNOPSIS diff --git a/packaging/leapp.spec b/packaging/leapp.spec index 74d61203e..3b49107cf 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -14,7 +14,7 @@ %endif Name: leapp -Version: 0.4.0 +Version: 0.5.0 Release: 1%{?dist} Summary: OS & Application modernization framework