Release 3.4.0

This commit is contained in:
Brendan Reilly
2020-09-08 11:26:14 -04:00
parent c139e4cb60
commit 1cdb6e0dc6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v3.4.0
------
* Implement static contexts in stream expansion
v3.3.0
------
* Get latest build of latest stream when determining requirements

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