Release 3.9.3

This commit is contained in:
Brendan Reilly
2025-01-23 11:11:46 -05:00
parent 83c82b3074
commit 2f4aae2a88
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v3.9.3
-----
Retain base module suffix priority in MSE
v3.9.2
------
* Handle help option in mbs-upgradedb

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