Release v2.30.1

This commit is contained in:
mprahl
2019-11-06 09:27:37 -05:00
parent eebefd0689
commit 090f4bb7dc
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v2.30.1
-------
* Fixed a bug that caused local builds to fail depending on the version of DNF being used
v2.30.0
-------
* Remove Kerberos authentication directly performed by MBS (``mod_auth_gssapi`` is now required)

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