From 015233a1dea4f851b52aa253cfc85cd58fd0cf53 Mon Sep 17 00:00:00 2001 From: Vojtech Sokol Date: Wed, 17 Apr 2019 10:44:25 +0200 Subject: [PATCH] Release v0.7.0 --- leapp/__init__.py | 4 ++-- man/leapp.1 | 2 +- man/snactor.1 | 2 +- packaging/leapp.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/leapp/__init__.py b/leapp/__init__.py index a9e2fb6f2..f3e802f98 100644 --- a/leapp/__init__.py +++ b/leapp/__init__.py @@ -1,2 +1,2 @@ -VERSION = "0.6.0" -FULL_VERSION = VERSION + ' alpha' +VERSION = "0.7.0" +FULL_VERSION = VERSION diff --git a/man/leapp.1 b/man/leapp.1 index add422335..bbecdec71 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -1,4 +1,4 @@ -.TH LEAPP "1" "06/04/2019" "leapp 0.6.0" "User Commands" +.TH LEAPP "1" "17/04/2019" "leapp 0.7.0" "User Commands" .SH NAME leapp - command-line interface to for App & OS Modernization Framework Leapp .SH SYNOPSIS diff --git a/man/snactor.1 b/man/snactor.1 index 4cf699823..378363da1 100644 --- a/man/snactor.1 +++ b/man/snactor.1 @@ -1,4 +1,4 @@ -.TH SNACTOR "1" "06/04/2019" "snactor 0.6.0" "User Commands" +.TH SNACTOR "1" "17/04/2019" "snactor 0.7.0" "User Commands" .SH NAME snactor - development and repository management tool for App & OS Modernization Framework Leapp .SH SYNOPSIS diff --git a/packaging/leapp.spec b/packaging/leapp.spec index 37ea7b0ce..7cf2deb09 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -18,7 +18,7 @@ %endif Name: leapp -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: OS & Application modernization framework