From e2a75c33230df11729141222391d047bb88c54a4 Mon Sep 17 00:00:00 2001 From: mprahl Date: May 10 2019 14:23:15 +0000 Subject: Release v2.20.0 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 5788229..0ac4e9c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,21 @@ Change Log ========== +v2.20.0 +------- +* Fix a bug where the ``master`` branch had to exist on module component git repos even when they + were not used +* Fix an issue where local builds get their stream overwritten by the base module stream +* Fix -debuginfo/-debugsource package handling for the Koji Content Generator build +* Expose the stream version of a module in the REST API +* Fix buildrequiring a virtual stream of a base module +* Add support for the ``stream_version_lte`` parameter in the ``modules`` REST API endpoint +* Order the module version as if they were integers instead of strings in the REST API +* Accept multiple order by parameters of the same direction in the REST API +* Allow configuring "release streams" for base module streams and how they affect the stream + version +* Convert the stream version to be a float + v2.19.1 ------- * Expose metrics about the number of completed builds and their status diff --git a/setup.py b/setup.py index 736b2ff..703dc61 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,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.1", + version="2.20.0", classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"], keywords="module build service fedora modularity koji mock rpm", author="The Factory 2.0 Team",