Release v2.9.2

This commit is contained in:
mprahl
2018-12-12 10:33:56 -05:00
parent f4af515dad
commit 654a30129f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Change Log
==========
v2.9.2
------
* Fix handling of SRPMs in Content Generator builds when SRPM name and main package name are different
* Use anonymous Koji sessions when authentication isn't necessary to perform an action
v2.9.1
------
* Look for stream collisions with buildrequired base modules on the backend instead of the API

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