Release 3.9.1

This commit is contained in:
Brendan Reilly
2023-04-18 11:41:49 -04:00
parent 4af8fbc157
commit 969371018d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v3.9.1
------
* Include migrations dir
v3.9.0
------
* Replace flask-script with click

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.9.0",
version="3.9.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",