Commit c6860f3 1 parent 7c9039f commit c6860f3 Copy full SHA for c6860f3
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog #
2
2
3
- ## Version 2.3.1 ##
3
+ ## Version 2.3.2 ##
4
4
5
5
In this release, test coverage is 79%.
6
6
7
+ Version 2.3.2 fixes a blocking issue with the colormap editor unit test introduced
8
+ in version 2.3.1. The latter is a fugitive release that was not announced.
9
+
7
10
💥 New features / Enhancements:
8
11
9
12
* Colormap: added "Apply" button to the colormap manager
Original file line number Diff line number Diff line change 20
20
.. _GitHub: https://github.com/PierreRaybaut/plotpy
21
21
"""
22
22
23
- __version__ = "2.3.1 "
23
+ __version__ = "2.3.2 "
24
24
__VERSION__ = tuple ([int (number ) for number in __version__ .split ("." )])
25
25
26
26
# --- Important note: DATAPATH and LOCALEPATH are used by guidata.configtools
You can’t perform that action at this time.
0 commit comments