diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b23cda67..767062a9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,11 @@ Change Log ========== +v2.5.1 +------ +* List of filtered RPMs is now generated on backend, so frontend does not query Koji. +* Fix issues when some exception raised in frontend were not forwarded to MBS client. + v2.5.0 ------ * Cleaned up some debug log spam. diff --git a/setup.py b/setup.py index 8f6bc553..ec01a5de 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.5.0', + version='2.5.1', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"