From 36ca88115e4050c93fb8d52b77c7859c6372c173 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Thu, 19 Dec 2019 15:11:22 -0500 Subject: [PATCH] Release 2.31.0 --- docs/CHANGELOG.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8a467a2a..7ae88bbb 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,14 @@ Change Log ========== +v2.31.0 +------- +* Use jinja templates to provide 'full-jobs' +* Only allow cancelling module builds in the init, wait, and build states +* Remove the koji.ClientSession backport +* Gracefully handle builds without a koji tag +* Allow koji tags to be created with a configurable permission + v2.30.4 ------- * allow component reuse in some cases when a component is added diff --git a/setup.py b/setup.py index da2800a4..ab0dea46 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.30.4", + version="2.31.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",