Release v2.4.0

This commit is contained in:
mprahl
2018-07-11 10:10:40 -04:00
parent dfe7660519
commit d45f5dd8c7
2 changed files with 7 additions and 1 deletions

View File

@@ -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.

View File

@@ -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"