mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Release v2.19.1
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.19.1
|
||||
-------
|
||||
* Expose metrics about the number of completed builds and their status
|
||||
* Improvements to offline local builds such as being able to provide the platform ID
|
||||
* Add backwards-compatibility for cloning local repos with the artifact name and not the full path
|
||||
|
||||
v2.19.0
|
||||
-------
|
||||
* Fix an issue in MMDResolver when a transitive dependency cannot be satisfied
|
||||
|
||||
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.19.0',
|
||||
version='2.19.1',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user