Release v2.8.1

This commit is contained in:
mprahl
2018-10-30 12:19:18 -04:00
parent 26547f707a
commit 514fd54388
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v2.8.1
------
* Fix one of the database migration scripts
v2.8.0
------
* Import -devel Koji CG builds with RPMs which are filtered out of the traditional CG builds

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