4.1.5 release
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
eeacb5b9f1
commit
00f2e24bce
@ -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.1.4")
|
||||
parser = OptionParser("%prog [--help] [options]", version="%prog 4.1.5")
|
||||
|
||||
def set_config(option, opt_str, value, parser, config):
|
||||
config.set('pungi', option.dest, value)
|
||||
|
@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.'
|
||||
# The short X.Y version.
|
||||
version = '4.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '4.1.4'
|
||||
release = '4.1.5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
11
pungi.spec
11
pungi.spec
@ -1,5 +1,5 @@
|
||||
Name: pungi
|
||||
Version: 4.1.4
|
||||
Version: 4.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
@ -72,6 +72,15 @@ nosetests --exe --with-cov --cov-report html --cov-config tox.ini
|
||||
cd tests && ./test_compose.sh
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2016 Dennis Gilmore <dennis@ausil.us> - 4.1.5-1
|
||||
- [ostree] Put variant name in ostree log dir (lsedlar)
|
||||
- Merge #294 `[ostree] Initialize empty repo` (dennis)
|
||||
- [util] Resolve git+https URLs (lsedlar)
|
||||
- [ostree] Initialize empty repo (lsedlar)
|
||||
- [test] Add checks for created images (lsedlar)
|
||||
- Fix caching global ksurl (lsedlar)
|
||||
- include tests/fixtures in manifest (dennis)
|
||||
|
||||
* Fri Apr 29 2016 Dennis Gilmore <dennis@ausil.us> - 4.1.4-1
|
||||
- Merge #273 `Deduplicate configuration a bit` (dennis)
|
||||
- Merge #280 `[createrepo] Use more verbose output` (dennis)
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user