From 4eb3fa8feed9c7ccd93af7724c6e577c15e09612 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 24 Sep 2018 14:27:30 +0200 Subject: [PATCH] 2.6.2 --- docs/CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"