We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9943b83 commit 201d996Copy full SHA for 201d996
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Changelog #
2
3
-## Version 2.5.0 ##
+## Version 2.5.1 ##
4
5
In this release, test coverage is 79%.
6
7
+ℹ️ Release V2.5.0 was a fugitive release that was replaced by V2.5.1 due to packaging issues.
8
+
9
💥 New features / Enhancements:
10
11
* Alternative dictionary argument for plot options:
plotpy/__init__.py
@@ -20,7 +20,7 @@
20
.. _GitHub: https://github.com/PierreRaybaut/plotpy
21
"""
22
23
-__version__ = "2.5.0"
+__version__ = "2.5.1"
24
__VERSION__ = tuple([int(number) for number in __version__.split(".")])
25
26
# --- Important note: DATAPATH and LOCALEPATH are used by guidata.configtools
0 commit comments