From 514fd5438885d681b059fef4143b98da9eee5e2c Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 30 Oct 2018 12:19:18 -0400 Subject: [PATCH] Release v2.8.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 6fcb6418..81fa001a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 diff --git a/setup.py b/setup.py index 36504080..7f9faa9c 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.8.0', + version='2.8.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"