From 9f5a053c4fbe43efcd62fd873974a78bf769e32c Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Apr 27 2020 17:39:25 +0000 Subject: Release 3.1.0 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9d1065b..fb4ba31 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,15 @@ Change Log ========== +v3.1.0 +------ +* New ``module_stream`` optional parameter for scratch module builds +* Use Koji repo IDs instead of symlinks when accessing build artificats +* Add the ability to limit arches for a build via the ``buildopts.arches`` field in modulemd +* Skip git ref checks for rpm components with srpm overrides +* Make ``record_module_build_arches`` idempotent to avoid multiple calls +* Honor the ``MBS_CONFIG_SECTION`` environment variable when performing a local build + v3.0.0 ------ * Rearchitect MBS to support multiple backends using Celery diff --git a/setup.py b/setup.py index 5ead53c..f6269ce 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="3.0.0", + version="3.1.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",