From 64064c544b5ed266e99c9dd2c072286d2830f26f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 8 May 2018 15:57:51 -0400 Subject: [PATCH] Version 2.1.1 --- docs/CHANGELOG.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 38d0e6cc..3cb6fa80 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log ========== +v2.1.1 +------ + +* Some py3 compat fixes. +* Fallback to the old Koji tag format for the target when the tag name is too long + v2.1.0 ------ diff --git a/setup.py b/setup.py index d783c21b..0e821973 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.1.0', + version='2.1.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"