diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 960c2a2c..d5038024 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,10 @@ Change Log ========== +v2.6.2 +------ +* Bugfix: Set modulemd 'arch' field in arch-specific modulemd files imported to CG build. + v2.6.1 ------ * RFE: Attach architecture specific modulemd files to content generator build in Koji. diff --git a/setup.py b/setup.py index 550c18a3..79998eee 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.1', + version='2.6.2', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"