Version 2.0.2

This commit is contained in:
mprahl
2018-04-05 15:06:59 -04:00
parent 0535f206cb
commit 6cc577b4b9
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Change Log
==========
v2.0.2
------
* Return a friendly error when a module build's dependencies can't be met
* Remove unused dependencies
v2.0.1
------

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