diff --git a/.mergify.yml b/.mergify.yml index 9c6d3fb61b..27f12a3968 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -52,3 +52,11 @@ pull_request_rules: - label!=WIP - label=5.3-backports name: backport 5.3 +- actions: + backport: + branches: + - '5.4' + conditions: + - label!=WIP + - label=5.4-backports + name: backport 5.4 diff --git a/bodhi/__init__.py b/bodhi/__init__.py index 29b3347d08..33e0840c37 100644 --- a/bodhi/__init__.py +++ b/bodhi/__init__.py @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Fedora's update manager.""" -__version__ = "5.3.0" +__version__ = "5.4.0" # This is a regular expression used to match username mentions in comments. MENTION_RE = r'(?