diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index cf689cd1..fa922f29 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log ========== +v2.4.0 +------ +* MBS local builds now use the production MBS API for dependency resolution instead of PDC +* Remove COPR support (this hasn't been working for several months now) +* Make `repo_include_all setting` configurable in xmd + v2.3.2 ------ * Typofix related to the v2.3.1 release. diff --git a/setup.py b/setup.py index 727a660d..54fa686f 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.3.2', + version='2.4.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"