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"