Skip to content

Commit 9b1805f

Browse files
committed
Update version to 2.3.5
1 parent 360f8e3 commit 9b1805f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog #
22

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+
38
## Version 2.3.4 ##
49

510
In this release, test coverage is 79%.

plotpy/__init__.py

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

23-
__version__ = "2.3.4"
23+
__version__ = "2.3.5"
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)