From 13a495783a992d42bead67f7f09118668eaeb0ed Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 16 Dec 2024 14:44:18 +0100 Subject: [PATCH] Mark v2.20.0 in doc/whatsnew --- doc/whatsnew.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 12316c95c..c65942232 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -5,8 +5,11 @@ What's new? .. _2.20.0: -Next release -============ +.. Next release +.. ============ + +v2.20.0 (2024-12-16) +==================== - Add :func:`.to_sdmx` and :class:`.DataFrameConverter` to allow converting :class:`.pandas.DataFrame` as if it were SDMX-CSV (:pull:`212`).