From d45f5dd8c797dce0145491a0325f2f0d3c4b0e46 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Jul 2018 10:10:40 -0400 Subject: [PATCH] Release v2.4.0 --- docs/CHANGELOG.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"