From 654a30129fc6d7aea3b9dea57968b38b6325dcc4 Mon Sep 17 00:00:00 2001 From: mprahl Date: Dec 12 2018 15:33:56 +0000 Subject: Release v2.9.2 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 60bf86e..4b075bb 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 diff --git a/setup.py b/setup.py index 289a9db..1c2a88f 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.9.1', + version='2.9.2', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"