From 3dd6bcd7452df60671a3a48cf1f096a0d2a6d582 Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Wed, 17 Jan 2024 20:21:38 +0100 Subject: [PATCH] 2.3.0 Signed-off-by: Alan Malta Rodrigues --- CHANGES | 3 +++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ac2bec3274..726648e917 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.2.6 to 2.3.0: + - WMAgent stable release (new WorkflowUpdater component) + 2.2.6rc8 to 2.2.6: - Production release for central services (equal to 2.2.6rc8) diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index ec279fb62f..e6e571a490 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '2.2.6' +__version__ = '2.3.0' __all__ = []