4.1.5 release

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-05-16 20:56:48 -05:00
parent eeacb5b9f1
commit 00f2e24bce
4 changed files with 13 additions and 4 deletions

View file

@ -25,7 +25,7 @@ packages = sorted(packages)
setup(
name = "pungi",
version = "4.1.4", # make sure it matches with pungi.__version__
version = "4.1.5", # make sure it matches with pungi.__version__
description = "Distribution compose tool",
url = "https://pagure.io/pungi",
author = "Dennis Gilmore",