Release 3.9.0

This commit is contained in:
Brendan Reilly
2023-04-18 11:11:22 -04:00
parent e437ddf09c
commit 4af8fbc157
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Change Log
==========
v3.9.0
------
* Replace flask-script with click
* Allow krb cache to be configured
* Provide missing fields in API
* Local build improvements
v3.8.0
------
* Use branch name as default component ref

View File

@@ -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.8.0",
version="3.9.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",