Bump the version to 1.6.2

This commit is contained in:
mprahl
2018-01-22 15:42:43 -05:00
parent bf80ce4537
commit 2dfa3ce484
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Change Log
==========
v1.6.2
------
* Cancel new repo tasks on module build failures in Koji
v1.6.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='1.6.1',
version='1.6.2',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"