Skip to content

Commit fed5e3c

Browse files
Bump version to 2.10.1 and update changelog
1 parent 1fe376f commit fed5e3c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

doc/release_notes/release_2.10.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version 2.10 #
22

3+
## PlotPy Version 2.10.1 ##
4+
5+
🛠️ Bug fixes:
6+
7+
* **Image cross sections** — Restored live cross-section updates when using `Alt+Mousemove` over an image. This regression had been introduced in v2.1.0: the X/Y cross-section panels no longer received marker-change updates because method resolution order was shadowing the mixin hook that connects `SIG_MARKER_CHANGED` (closes [Issue #68](https://github.com/PlotPyStack/PlotPy/issues/68))
8+
9+
310
## PlotPy Version 2.10.0 ##
411

512
✨ New features:

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.10.0"
23+
__version__ = "2.10.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)