Release v2.18.2

This commit is contained in:
mprahl
2019-03-25 12:06:40 -04:00
parent 9651891d74
commit d75c3042c7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Change Log
==========
v2.18.2
-------
* Find compatible base modules based on the virtual streams and stream versions, not just the stream versions
* Support base modules with x.y.z versioning and no virtual streams
v2.18.1
-------
* Fix an issue where certain module builds would fail with the "Invalid modulemd" error

View File

@@ -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.1',
version='2.18.2',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"