Release 3.9.2

This commit is contained in:
Brendan Reilly
2023-04-18 12:24:49 -04:00
parent 200373352b
commit ee06645ce6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log Change Log
========== ==========
v3.9.2
------
* Handle help option in mbs-upgradedb
v3.9.1 v3.9.1
------ ------
* Include migrations dir * Include migrations dir

View File

@@ -24,7 +24,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, "test-requirements
setup( setup(
name="module-build-service", name="module-build-service",
description="The Module Build Service for Modularity", description="The Module Build Service for Modularity",
version="3.9.1", version="3.9.2",
classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"], classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"],
keywords="module build service fedora modularity koji mock rpm", keywords="module build service fedora modularity koji mock rpm",
author="The Factory 2.0 Team", author="The Factory 2.0 Team",