Skip to content

Commit ae09514

Browse files
Release 0.5.4 (#397)
* Change to 0.5.4 * change setup.py * Update changelog
1 parent 267ef5e commit ae09514

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ What's new
88

99
*************
1010

11-
v0.5.4 (November 2023)
12-
----------------------
11+
v0.5.4 (January 2024)
12+
---------------------
1313

14-
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.
14+
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.
1515

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

pingouin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .config import *
2121

2222
# Current version
23-
__version__ = "0.5.3"
23+
__version__ = "0.5.4"
2424

2525
# load default options
2626
set_default_options()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read(fname):
1717
MAINTAINER_EMAIL = "raphaelvallat9@gmail.com"
1818
URL = "https://pingouin-stats.org/index.html"
1919
DOWNLOAD_URL = "https://github.com/raphaelvallat/pingouin/"
20-
VERSION = "0.5.3"
20+
VERSION = "0.5.4"
2121
LICENSE = "GPL-3.0"
2222
PACKAGE_DATA = {"pingouin.data.icons": ["*.svg"]}
2323

0 commit comments

Comments
 (0)