From 8d854e62b912c61590ea7e09a28b2cfbd5f186a5 Mon Sep 17 00:00:00 2001 From: Eric Vaandering Date: Thu, 16 May 2013 09:22:56 -0500 Subject: [PATCH] 0.9.68 Signed-off-by: Eric Vaandering --- CHANGES | 13 +++++++++++++ src/python/WMCore/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1580e97479..d956a316ab 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +0.9.67 to 0.9.68: + - Bugfix unit test. Pull request #4611. + - Fix pileup dataset location tracking. Pull request #4607 from dballesteros7 + - Fix sizePerEvent for MC. Pull request #4608 from dballesteros7 + - fix ListForSubmitter DAO to work with Oracle. Pull request #4605 from hufnagel. + - workaround for CERN xrootd bug. Pull request #4604 from hufnagel + - Bugfixes. Pull request #4602. + - Fix Ops proxy argument. Pull request #4601. + - ReqMgr Oracle/CouchDB consistency work. Pull request #4600 from zdenekmaxa + - Fix column sizes in oracle table. Pull request #4598 from dballesteros7 + - Clean working directories when testing patching. Pull request #4597 from PerilousApricot + - Fixed version of MyProxy module UI free, with unit test. Pull request #4592 from cinquo + 0.9.65 to 0.9.67: - Fix issue with DBS3 upload. Pull request #4593 - Implement ACDC cleanup operations in ReqMgr. Pull request #4590 diff --git a/src/python/WMCore/__init__.py b/src/python/WMCore/__init__.py index 07f571d89b..ef0ffd15bb 100644 --- a/src/python/WMCore/__init__.py +++ b/src/python/WMCore/__init__.py @@ -6,5 +6,5 @@ """ -__version__ = '0.9.67' +__version__ = '0.9.68' __all__ = []