From b579a30931121c89ade3ab839ca730d5717f6938 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 19 Dec 2018 09:09:38 -0500 Subject: [PATCH] Release v2.11.1 --- docs/CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ccc59ecf..4381761c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 diff --git a/setup.py b/setup.py index 22f757ef..722d61d4 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='2.11.0', + version='2.11.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"