From 98a2221a8cea7e872b4bf7c89d63c8cd7a2e1243 Mon Sep 17 00:00:00 2001 From: mprahl Date: Jan 23 2018 15:05:24 +0000 Subject: Bump the version to 1.6.3 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 293bc19..20af319 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log ========== +v1.6.3 +------ + +* Fix a bug that caused a module build to fail when it was cancelled during the module-build-macros phase and then resumed +* Reset the "state_reason" field on all components after a module build is resumed + v1.6.2 ------ diff --git a/setup.py b/setup.py index 1af708f..c199515 100644 --- a/setup.py +++ b/setup.py @@ -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.2', + version='1.6.3', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"