Release 3.4.1

This commit is contained in:
Brendan Reilly
2020-11-30 12:13:02 -05:00
parent 88636138b0
commit 2357ab4431
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v3.4.1
------
* Do not add conflicts in dependencies when builds are identical
v3.4.0
------
* Implement static contexts in stream expansion

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.0",
version="3.4.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",