From e37be40b2445efc3a9b8382159ef2980bace95cd Mon Sep 17 00:00:00 2001 From: mprahl Date: Oct 30 2018 15:47:55 +0000 Subject: Release v2.8.0 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0a9ff62..6fcb641 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,14 @@ Change Log ========== +v2.8.0 +------ +* Import -devel Koji CG builds with RPMs which are filtered out of the traditional CG builds +* Add the ability to override buildrequires and requires when submitting a module build +* Use modules built against all compatible base module streams during buildrequire module resolution +* Record the stream versions (e.g. `f29.0.0` => `290000`) of base modules (e.g. platform) +* Fix wrong inclusion of non-multilib packages in final modulemd of Koji CG builds + v2.7.0 ------ * Fix filtering noarch RPMs when generating the Koji CG build information diff --git a/setup.py b/setup.py index 57b1b16..3650408 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements setup(name='module-build-service', description='The Module Build Service for Modularity', - version='2.7.0', + version='2.8.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"