Version 2.2.0

This commit is contained in:
mprahl
2018-05-10 11:57:48 -04:00
parent b0728b1080
commit 0118401e9e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Change Log
==========
v2.2.0
------
* Make the published messages smaller
* Show siblings and component_builds in the standard modules API
v2.1.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.1.1',
version='2.2.0',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"