4.1.3 release

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-04-08 07:34:57 -05:00
parent cb271dc5ac
commit 4f76425c9f
4 changed files with 27 additions and 9 deletions

View file

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