From 6ad949eb6b103abcdefcc855e1e2a0f2aa384231 Mon Sep 17 00:00:00 2001 From: Martin Barisits Date: Mon, 6 Nov 2023 16:10:48 +0100 Subject: [PATCH] Release: 32.5.1 --- lib/rucio/vcsversion.py | 6 +++--- lib/rucio/web/ui/static/webui_version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/rucio/vcsversion.py b/lib/rucio/vcsversion.py index ceafd89984..77a0bd329c 100644 --- a/lib/rucio/vcsversion.py +++ b/lib/rucio/vcsversion.py @@ -4,8 +4,8 @@ ''' VERSION_INFO = { 'final': True, - 'version': '32.5.0.post1', + 'version': '32.5.1', 'branch_nick': 'release-32-LTS', - 'revision_id': 'b375d229a28abf10e7e4f7667cfaa7a9865e714c', - 'revno': 12635 + 'revision_id': '17edf91f8f52c22447052fc84063315fbdeb9907', + 'revno': 12638 } diff --git a/lib/rucio/web/ui/static/webui_version b/lib/rucio/web/ui/static/webui_version index ade52ea102..ce983d96a2 100644 --- a/lib/rucio/web/ui/static/webui_version +++ b/lib/rucio/web/ui/static/webui_version @@ -1 +1 @@ -32.5.0.post1 \ No newline at end of file +32.5.1 \ No newline at end of file