mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 19:59:53 +08:00
Release v2.4.0
This commit is contained in:
@@ -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.
|
||||
|
||||
2
setup.py
2
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"
|
||||
|
||||
Reference in New Issue
Block a user