Release v2.30.2

This commit is contained in:
mprahl
2019-11-08 08:34:29 -05:00
parent 1160d47e7a
commit 9c085a4d79
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v2.30.2
-------
* Fixed bugs that caused local builds to fail on Fedora 31
v2.30.1
-------
* Fixed a bug that caused local builds to fail depending on the version of DNF being used

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="2.30.1",
version="2.30.2",
classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"],
keywords="module build service fedora modularity koji mock rpm",
author="The Factory 2.0 Team",