Skip to content

Commit 201d996

Browse files
committed
Bump plotpy version to 2.5.1
1 parent 9943b83 commit 201d996

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog #
22

3-
## Version 2.5.0 ##
3+
## Version 2.5.1 ##
44

55
In this release, test coverage is 79%.
66

7+
ℹ️ Release V2.5.0 was a fugitive release that was replaced by V2.5.1 due to packaging issues.
8+
79
💥 New features / Enhancements:
810

911
* Alternative dictionary argument for plot options:

plotpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.. _GitHub: https://github.com/PierreRaybaut/plotpy
2121
"""
2222

23-
__version__ = "2.5.0"
23+
__version__ = "2.5.1"
2424
__VERSION__ = tuple([int(number) for number in __version__.split(".")])
2525

2626
# --- Important note: DATAPATH and LOCALEPATH are used by guidata.configtools

0 commit comments

Comments
 (0)