4.0.4 release
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
c77e78c4f1
commit
39ce2556c3
@ -200,7 +200,7 @@ if __name__ == '__main__':
|
|||||||
today = time.strftime('%Y%m%d', time.localtime())
|
today = time.strftime('%Y%m%d', time.localtime())
|
||||||
|
|
||||||
def get_arguments(config):
|
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):
|
def set_config(option, opt_str, value, parser, config):
|
||||||
config.set('pungi', option.dest, value)
|
config.set('pungi', option.dest, value)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.0.3
|
Version: 4.0.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -25,9 +25,9 @@ packages = sorted(packages)
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "pungi",
|
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",
|
description = "Distribution compose tool",
|
||||||
url = "http://fedorahosted.org/pungi",
|
url = "https://pagure.io/pungi",
|
||||||
author = "Dennis Gilmore",
|
author = "Dennis Gilmore",
|
||||||
author_email = "dgilmore@fedoraproject.org",
|
author_email = "dgilmore@fedoraproject.org",
|
||||||
license = "GPLv2",
|
license = "GPLv2",
|
||||||
|
Loading…
Reference in New Issue
Block a user