Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Sep 3, 2024
1 parent aaae740 commit 1be61a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
What's new
##########

v0.5.5 (September 2024)
-----------------------

This is a minor release with several bugfixes, and major updates to the internal structure and sphinx documentation.

See the full `changelog for 0.5.5 <https://github.com/raphaelvallat/pingouin/releases/tag/v0.5.5>`_.


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.
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 the full `changelog for 0.5.4 <https://github.com/raphaelvallat/pingouin/releases/tag/v0.5.4>`_.

This release requires pandas≥1.5. We recommend scipy≥1.11.0.

Expand Down
2 changes: 1 addition & 1 deletion src/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.4"
__version__ = "0.5.5"

# load default options
set_default_options()

0 comments on commit 1be61a8

Please sign in to comment.