mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 14:29:42 +08:00
Release 3.9.0
This commit is contained in:
@@ -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
|
||||
|
||||
2
setup.py
2
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.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",
|
||||
|
||||
Reference in New Issue
Block a user