From 133cb97aa06986793729d044eff47ead7d93d9a2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 23 Feb 2016 12:19:59 -0600 Subject: [PATCH] 4.1.0 dev start Signed-off-by: Dennis Gilmore --- bin/pungi | 2 +- pungi.spec | 5 ++++- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bin/pungi b/bin/pungi index 55108314..46718cd1 100755 --- a/bin/pungi +++ b/bin/pungi @@ -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.5") + parser = OptionParser("%prog [--help] [options]", version="%prog 4.1.0") def set_config(option, opt_str, value, parser, config): config.set('pungi', option.dest, value) diff --git a/pungi.spec b/pungi.spec index ed9472d7..5d5d7588 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.0.5 +Version: 4.1.0 Release: 1%{?dist} Summary: Distribution compose tool @@ -65,6 +65,9 @@ nosetests --exe --with-cov --cov-report html --cov-config tox.ini #cd tests && ./test_compose.sh %changelog +* Tue Feb 23 2016 Dennis Gilmore - 4.1.0-1 +- repoint master at 4.1.x and new feature development + * Tue Feb 23 2016 Dennis Gilmore - 4.0.5-1 - [tests] Fix wrong checks in buildinstall tests (lsedlar) - [tests] Use temporary files for buildinstall (lsedlar) diff --git a/setup.py b/setup.py index ece5f23c..7b86f56e 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.0.5", # make sure it matches with pungi.__version__ + version = "4.1.0", # make sure it matches with pungi.__version__ description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",