diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 64e115bf..50befdd1 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,11 @@ Change Log ========== +v2.16.0 +------- +* Add support for building scratch-builds of modules. +* Fix traceback when creating CG build in Koji introduced in 2.15.0. + v2.15.0 ------- * Create Koji CG module build in the end of "build" phase. Previously, it was created in the end of "done" phase. diff --git a/setup.py b/setup.py index ba3ce599..0430476e 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.15.0', + version='2.16.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"