From ff251b14dbc0c87bdb7e962a67c6b5906bce342f Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 20 Mar 2019 14:25:47 -0400 Subject: [PATCH] Release v2.18.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 7b24ca4e..7d969cea 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,10 @@ Change Log ========== +v2.18.1 +------- +* Fix an issue where certain module builds would fail with the "Invalid modulemd" error + v2.18.0 ------- * Do not allow building modules with the same name as a base module (e.g. platform). diff --git a/setup.py b/setup.py index 31a19162..0afaf077 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.18.0', + version='2.18.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"