From c2b315f8a5bd6ffe12460dd6f9881f2e74500cc7 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 14 Feb 2024 12:36:23 -0500 Subject: [PATCH] fix whatsnew rendering --- docs/whatsnew/0.2.0.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/whatsnew/0.2.0.rst b/docs/whatsnew/0.2.0.rst index 0b422fec..0334a931 100644 --- a/docs/whatsnew/0.2.0.rst +++ b/docs/whatsnew/0.2.0.rst @@ -40,8 +40,7 @@ Bug Fixes of raising ``AttributeError``. (:pull:`181`) * Compatibility with pandas 2.0.0 (:pull:`185`) and future versions of pandas (:pull:`203`) * Compatibility with scipy 1.11 (:pull:`196`) -* Updated function :py:func:`~pvanalytics.quality.gaps.trim` to handle pandas 2.0.0 update for tz-aware timeseries - (:pull:`206`) +* Updated function :py:func:`~pvanalytics.quality.gaps.trim` to handle pandas 2.0.0 update for tz-aware timeseries (:pull:`206`) Requirements ~~~~~~~~~~~~