We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360f8e3 commit 9b1805fCopy full SHA for 9b1805f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog #
2
3
+## Version 2.3.5 ##
4
+
5
+This release is only intended to fix the Windows binary distribution, which was not
6
+supporting NumPy 2.0. The source distribution was not affected.
7
8
## Version 2.3.4 ##
9
10
In this release, test coverage is 79%.
plotpy/__init__.py
@@ -20,7 +20,7 @@
20
.. _GitHub: https://github.com/PierreRaybaut/plotpy
21
"""
22
23
-__version__ = "2.3.4"
+__version__ = "2.3.5"
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