From 82c9b993f0d4b234857dc6d161dcc33d3027c98b Mon Sep 17 00:00:00 2001 From: mprahl Date: Jan 14 2019 13:47:46 +0000 Subject: Release v2.12.0 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c3d32f8..0850d91 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 diff --git a/setup.py b/setup.py index 722d61d..6cf3d51 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.11.1', + version='2.12.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"