Skip to content

Commit

Permalink
Release 0.5.4 (#397)
Browse files Browse the repository at this point in the history
* Change to 0.5.4

* change setup.py

* Update changelog
  • Loading branch information
raphaelvallat authored Jan 13, 2024
1 parent 267ef5e commit ae09514
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ 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.
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 release requires pandas≥1.5. We recommend scipy≥1.11.0.

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()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(fname):
MAINTAINER_EMAIL = "[email protected]"
URL = "https://pingouin-stats.org/index.html"
DOWNLOAD_URL = "https://github.com/raphaelvallat/pingouin/"
VERSION = "0.5.3"
VERSION = "0.5.4"
LICENSE = "GPL-3.0"
PACKAGE_DATA = {"pingouin.data.icons": ["*.svg"]}

Expand Down

0 comments on commit ae09514

Please sign in to comment.