diff --git a/doc/conf.py b/doc/conf.py index f7d6e3d3..771ba9b2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.9' +release = '4.1.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pungi.spec b/pungi.spec index 32f13e02..6d41dbff 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.9 +Version: 4.1.10 Release: 1%{?dist} Summary: Distribution compose tool @@ -72,6 +72,23 @@ nosetests --exe --with-cov --cov-report html --cov-config tox.ini cd tests && ./test_compose.sh %changelog +* Sat Oct 08 2016 Dennis Gilmore - 4.1.10-1 +- pungi: Replace kickstart repo url (mark) +- ostree-installer: Reduce duplication in tests (lsedlar) +- ostree-installer: Generate correct volume ID (lsedlar) +- ostree-installer: Use ostree as type in filename (lsedlar) +- ostree: Use $basearch in repo file (lsedlar) +- config: Accept empty branch in SCM dict (lsedlar) +- Remove duplicated version from pungi script (lsedlar) +- use --new-chroot when making ostree's (dennis) +- Create git tags without release (lsedlar) +- Translate paths without double slash (lsedlar) +- Remove shebangs from non-executable files (lsedlar) +- Remove FSF address from comments (lsedlar) +- Update contributing guide (lsedlar) +- init: Remove keep_original_comps option (lsedlar) +- tests: Use unittest2 consistently (lsedlar) + * Wed Sep 21 2016 Lubomír Sedlář - 4.1.9-1 - ostree_installer: Add --isfinal lorax argument (lsedlar) - Recreate JSON dump of configuration (lsedlar) diff --git a/setup.py b/setup.py index dfc92c4c..3ef49c2b 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.9", + version = "4.1.10", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",