Bump the version to 1.6.1

This commit is contained in:
mprahl
2018-01-22 13:38:33 -05:00
parent 7b7211e4ee
commit dc2ce33f7a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Change Log
==========
v1.6.1
------
* Fix an error that occurs when a module build is resumed and module-build-macros was cancelled
v1.6.0
------

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