4.0.4 release

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-01-11 09:34:45 -06:00
parent c77e78c4f1
commit 39ce2556c3
3 changed files with 4 additions and 4 deletions

View File

@ -200,7 +200,7 @@ if __name__ == '__main__':
today = time.strftime('%Y%m%d', time.localtime())
def get_arguments(config):
parser = OptionParser("%prog [--help] [options]", version="%prog 4.0.3")
parser = OptionParser("%prog [--help] [options]", version="%prog 4.0.4")
def set_config(option, opt_str, value, parser, config):
config.set('pungi', option.dest, value)

View File

@ -1,5 +1,5 @@
Name: pungi
Version: 4.0.3
Version: 4.0.4
Release: 1%{?dist}
Summary: Distribution compose tool

View File

@ -25,9 +25,9 @@ packages = sorted(packages)
setup(
name = "pungi",
version = "4.0.3", # make sure it matches with pungi.__version__
version = "4.0.4", # make sure it matches with pungi.__version__
description = "Distribution compose tool",
url = "http://fedorahosted.org/pungi",
url = "https://pagure.io/pungi",
author = "Dennis Gilmore",
author_email = "dgilmore@fedoraproject.org",
license = "GPLv2",