From 8d16c12e243f2a41480be39977bda406ba6d5abc Mon Sep 17 00:00:00 2001 From: Zdenek Maxa Date: Fri, 17 May 2013 18:27:23 +0200 Subject: [PATCH] 0.9.70 Signed-off-by: Zdenek Maxa --- CHANGES | 3 +++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9a88febf12..1628be31ad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +0.9.69 to 0.9.70: + - ReqMgr2 auxiliary database. Pull request #4619. + 0.9.68 to 0.9.69: - PhEDEx improvement. Pull request #4617 - Remove custodial site. Pull request #4617 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index d5133d306a..42a82c0ab0 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '0.9.69' +__version__ = '0.9.70' __all__ = []