Release v2.19.1

This commit is contained in:
mprahl
2019-04-16 14:22:01 -04:00
parent b017dae68b
commit 5a82d95756
2 changed files with 7 additions and 1 deletions

View File

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

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.19.0',
version='2.19.1',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"