From e4cc440d22c83c4160a7c0ea111e56edf98e9245 Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Fri, 13 Aug 2021 16:15:51 -0400 Subject: [PATCH] v4.2.4 --- CHANGELOG.rst | 6 ++++++ treecorr/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b2a52c12..74c9ab89 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -100,3 +100,9 @@ Changes from version 4.2.2 to 4.2.3 - Fixed a bug in the Map^3 calculation when the aperture radii are different. Thanks to Laila Linke for both finding the problem and providing the fix. (#128) + +Changes from version 4.2.3 to 4.2.4 +=================================== + +- Fixed a bug when running the Rlens metric with patches. Thanks to Marina Ricci + for the bug report. (#131) diff --git a/treecorr/_version.py b/treecorr/_version.py index b64a9562..cee6dd81 100644 --- a/treecorr/_version.py +++ b/treecorr/_version.py @@ -11,5 +11,5 @@ # this list of conditions, and the disclaimer given in the documentation # and/or other materials provided with the distribution. -__version__ = '4.2.3' +__version__ = '4.2.4' __version_info__ = tuple(map(int, __version__.split('.')))