diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 03c50543..960c2a2c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,13 @@ Change Log ========== +v2.6.1 +------ +* RFE: Attach architecture specific modulemd files to content generator build in Koji. + These modulemd files respect multilib, filters, whitelists and RPM headers. They also + include list of licences. +* Bugfix: Fix bug breaking local builds in createrepo phase. + v2.6.0 ------ * Bugfix: Fix to local builds of components in local git repos prefixed with file:///. diff --git a/setup.py b/setup.py index ef540fb5..550c18a3 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.6.0', + version='2.6.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"