Release 3.2.0

This commit is contained in:
Brendan Reilly
2020-06-23 11:53:50 -04:00
parent 31fd668376
commit 90f406d53e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v3.2.0
------
* Add API call to get final modulemd files of builds
v3.1.0
------
* New ``module_stream`` optional parameter for scratch module builds

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.1.0",
version="3.2.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",