From 61d8b22fc3e84d23c6079137b40dda89208b9b5b Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 5 Dec 2018 09:14:44 -0500 Subject: [PATCH] Release v2.9.1 --- docs/CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index fa27089b..60bf86ed 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,10 @@ Change Log ========== +v2.9.1 +------ +* Look for stream collisions with buildrequired base modules on the backend instead of the API + v2.9.0 ------ * Show the expanded buildrequires in the API output diff --git a/setup.py b/setup.py index 7dc2e753..289a9db7 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.0', + version='2.9.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"