Release 3.2.1

This commit is contained in:
Brendan Reilly
2020-06-24 11:33:44 -04:00
parent 64c4d46676
commit 7947708bee
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v3.2.1
------
* Fix a bug with final modulemd call
v3.2.0
------
* Add API call to get final modulemd files of 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.2.0",
version="3.2.1",
classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"],
keywords="module build service fedora modularity koji mock rpm",
author="The Factory 2.0 Team",