From f05011580a0453b0bcec3dc1350d951493bb252c Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Tue, 29 Apr 2025 13:00:59 -0400 Subject: [PATCH] Release 3.9.4 --- docs/CHANGELOG.rst | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 91a1a2a6..a1ca2729 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 ------ diff --git a/setup.py b/setup.py index 054f422f..90c3ae11 100644 --- a/setup.py +++ b/setup.py @@ -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",