Version 2.1.1

This commit is contained in:
Ralph Bean
2018-05-08 15:57:51 -04:00
parent 95eead27f3
commit 64064c544b
2 changed files with 7 additions and 1 deletions

View File

@@ -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
------

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