From 4608f918a46de8e4db01e05c5a558cb2c2b9e108 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Apr 2018 12:26:38 -0400 Subject: [PATCH] Version 2.0.1 --- docs/CHANGELOG.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 80d28cf2..e5a95bc1 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,13 @@ Change Log ========== +v2.0.1 +------ + +* Fix Koji Content Generator imports +* Fix a module stream expansion issue that occurs when a module requires a module that isn't also a + buildrequire + v2.0.0 ------ diff --git a/setup.py b/setup.py index d8f56007..17a2f63e 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.0.0', + version='2.0.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"