From cea8d9290614812ae31de133a3b20c1bfdfbeebc Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Thu, 28 Jan 2021 00:06:40 +0200 Subject: [PATCH] Bump version for setup.py Change-Id: I980e9ebb728c3a88597c987d585e1b5937499e81 --- pungi.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pungi.spec b/pungi.spec index cc133d65..9cb35a53 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 4.2.8 -Release: 1%{?dist}.cloudlinux +Release: 2%{?dist}.cloudlinux Summary: Distribution compose tool License: GPLv2 diff --git a/setup.py b/setup.py index 13a679cd..721fb3d1 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.7", + version="4.2.8", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",