Skip to content

Commit

Permalink
Change to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Jan 13, 2024
1 parent 267ef5e commit 33d4119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pingouin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .config import *

# Current version
__version__ = "0.5.3"
__version__ = "0.5.4"

# load default options
set_default_options()

0 comments on commit 33d4119

Please sign in to comment.