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"