diff --git a/docs/changelog.rst b/docs/changelog.rst index 098a90bb..f76bf16e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,8 +8,8 @@ What's new ************* -v0.5.4 (November 2023) ----------------------- +v0.5.4 (January 2024) +--------------------- This is a minor release with several bugfixes and no new features. The new version is tested for Python 3.8-3.11 (but should also work with Python 3.12). See [GitHub](https://github.com/raphaelvallat/pingouin/releases) for the full changelog. diff --git a/pingouin/__init__.py b/pingouin/__init__.py index c69158d8..0ea89713 100644 --- a/pingouin/__init__.py +++ b/pingouin/__init__.py @@ -20,7 +20,7 @@ from .config import * # Current version -__version__ = "0.5.3" +__version__ = "0.5.4" # load default options set_default_options()