Release 3.9.4

This commit is contained in:
Brendan Reilly
2025-04-29 13:00:59 -04:00
parent abbbdae51c
commit f05011580a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,9 +1,14 @@
Change Log
==========
v3.9.4
-----
* Nudge non-scratch builds stuck in done
* Add authentication configuration for Product Pages
v3.9.3
-----
Retain base module suffix priority in MSE
* Retain base module suffix priority in MSE
v3.9.2
------

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