Release 3.5.0

This commit is contained in:
Brendan Reilly
2021-03-03 09:42:14 -05:00
parent 2f2ca4ff29
commit 20343e63bb
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Change Log
==========
v3.5.0
------
* Add support for new libmodulemd v3 packager format
* Handle Product Pages 404s gracefully
v3.4.1
------
* Do not add conflicts in dependencies when builds are identical

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.4.1",
version="3.5.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",