Release 3.6.0

This commit is contained in:
Brendan Reilly
2021-03-10 15:14:11 -05:00
parent 3f91b21a91
commit 595bfb00d5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Change Log
==========
v3.6.0
------
* Add support for side tags
* Fix PackagerV3 yaml import bug
v3.5.0
------
* Add support for new libmodulemd v3 packager format

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.5.0",
version="3.6.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",