From 240dd898a713c1859362cc1b5196754deebc424b Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 23 Oct 2024 19:01:32 +0200 Subject: [PATCH] Mark v2.19.1 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 2a0be1c9..578ad97b 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,8 +3,11 @@ What's new? *********** -Next release -============ +.. Next release +.. ============ + +v2.19.1 (2024-10-23) +==================== - Bugfix: in v2.19.0 (only), :py:`IdentifableArtefact(id="")` resulted in the given ID (an empty :class:`str`) being incorrectly replaced with :data:`~.common.MissingID` (:pull:`203`).