Release 3.3.0

This commit is contained in:
Brendan Reilly
2020-07-28 11:22:34 -04:00
parent 009344578a
commit 85a61ac07e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v3.3.0
------
* Get latest build of latest stream when determining requirements
v3.2.1
------
* Fix a bug with final modulemd call

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.1",
version="3.3.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",