From bbe10fd2da639128e514752b1966ade6f46ab286 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Thu, 3 Oct 2019 14:37:51 -0400 Subject: [PATCH] Release 2.29.0 --- docs/CHANGELOG.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 3a761731..09fc66fe 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,15 @@ Change Log ========== +v2.29.0 +------- +* Add buildonly support (#1307) +* Make the DNF minrate setting configurable when loading repos +* Load the DNF repos in parallel to improve speed +* Record the build_context without base modules +* Convert arch to Koji's canon arch for default modules +* Initial KojiResolver code + v2.28.2 ------- * Fix a bug that caused the code that handles the conflicts in base module modular Koji tags to not run diff --git a/setup.py b/setup.py index 031e8109..3a81bd24 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.28.2", + version="2.29.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",