This commit is contained in:
Jan Kaluza
2018-09-24 14:27:30 +02:00
parent f0cdb5030d
commit 4eb3fa8fee
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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"