From c5e1192bc5005545dfd6f16b876f8b977a9a3e1d Mon Sep 17 00:00:00 2001 From: daanvaningen Date: Mon, 21 Oct 2024 15:18:08 +0200 Subject: [PATCH] Back to development: 2.3.2 --- HISTORY.rst | 6 ++++++ threedigrid/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2ca0de2..0e80741 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +2.3.2 (unreleased) +------------------ + +- Nothing changed yet. + + 2.3.1 (2024-10-21) ------------------ diff --git a/threedigrid/__init__.py b/threedigrid/__init__.py index a86af86..200fad8 100644 --- a/threedigrid/__init__.py +++ b/threedigrid/__init__.py @@ -1,3 +1,3 @@ # Threedigrid version number is automatic updated with zest.releaser # the version number in setup.py is updated using the find_version() -__version__ = "2.3.1" +__version__ = "2.3.2.dev0"