diff --git a/HISTORY.rst b/HISTORY.rst index 768c847..894adf4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +2.2.3 (unreleased) +------------------ + +- Nothing changed yet. + + 2.2.3b (2024-01-02) ------------------- diff --git a/threedigrid/__init__.py b/threedigrid/__init__.py index 7141643..d7bdc42 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.2.3b" +__version__ = "2.2.3.dev0"