Release v2.12.0

This commit is contained in:
mprahl
2019-01-14 08:47:46 -05:00
parent 67ebe16f72
commit 82c9b993f0
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Change Log
==========
v2.12.0
-------
* Handle lost Koji messages informing MBS about a component being tagged
* Stop defining the DistTag RPM label and just use ModularityLabel
* Don't try to reupload a Koji content generator build if it already exists
* Fix an issue that would cause the hash provided to a Koji content generator build to be incorrect
v2.11.1
-------
* Fix a bug in the poller that caused it to not properly nudge module builds stuck in the ``init`` state

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.11.1',
version='2.12.0',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"