From 56a47722994ed89ab1ce8462863c3a85f9471e91 Mon Sep 17 00:00:00 2001 From: mprahl Date: May 29 2018 14:13:52 +0000 Subject: Release v2.2.1 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 608daeb..5eeffad 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log ========== +v2.2.1 +------ + +* Fix exception in the poller when processing old module builds +* Revert the context values in the database to what they were previous to the algorithm change + v2.2.0 ------ diff --git a/setup.py b/setup.py index 047c688..c73a01e 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.2.0', + version='2.2.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"