From f73d483278d8f5fd8dd7095daba5563aee934e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davide=20Sandon=C3=A0?= Date: Sun, 9 Jul 2023 16:02:35 +0200 Subject: [PATCH] version bump --- doc/source/changelog.rst | 13 +++++++++++++ spb/_version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index f2638839..8e53ad23 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -2,6 +2,19 @@ Changelog ========== +v2.4.2 +====== + +* Fixed bug with renderers and the ``extend`` and ``append`` methods of + plot objects. + + +v2.4.1 +====== + +* Fixed bug with conda package. + + v2.4.0 ====== diff --git a/spb/_version.py b/spb/_version.py index 54499df3..60be088d 100644 --- a/spb/_version.py +++ b/spb/_version.py @@ -1 +1 @@ -__version__ = "2.4.1" +__version__ = "2.4.2"