From dd877b3c1de53fd8b712b7f0877c4b0e72452517 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 23 Oct 2024 12:37:05 +0200 Subject: [PATCH] Mark v2.19.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 bd8910295..03c524249 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,8 +3,11 @@ What's new? *********** -Next release -============ +.. Next release +.. ============ + +v2.19.0 (2024-10-23) +==================== - :mod:`.reader.csv` supports reading :ref:`SDMX-CSV 2.0.0 ` (corresponding to SDMX 3.0.0) (:pull:`201`, :issue:`34`). See the implementation notes for information about the differences between the SDMX-CSV 1.0 and 2.0.0 formats and their support in :mod:`sdmx`.