Release v2.11.1

This commit is contained in:
mprahl
2018-12-19 09:09:38 -05:00
parent e237676c7e
commit b579a30931
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v2.11.1
-------
* Fix a bug in the poller that caused it to not properly nudge module builds stuck in the ``init`` state
v2.11.0
-------
* Fix the creation of Content Generator builds without any components

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