From 84ff02b602f27eb6114acc5e2f31e23728e7426a Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 8 Apr 2022 17:40:08 +0200 Subject: [PATCH] Preparing release 6.2 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 169ffa48..3bc0c563 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -6.2 (unreleased) +6.2 (2022-04-08) ---------------- - Avoid error in search when the parameter received by ``IndexQuery`` is a ``record``. diff --git a/setup.py b/setup.py index 85a78079..f03eb60d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='Products.ZCatalog', - version='6.2.dev0', + version='6.2', url='https://github.com/zopefoundation/Products.ZCatalog', project_urls={ 'Issue Tracker': 'https://github.com/zopefoundation/'