We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9039f commit c6860f3Copy full SHA for c6860f3
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Changelog #
2
3
-## Version 2.3.1 ##
+## Version 2.3.2 ##
4
5
In this release, test coverage is 79%.
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
+
10
💥 New features / Enhancements:
11
12
* Colormap: added "Apply" button to the colormap manager
plotpy/__init__.py
@@ -20,7 +20,7 @@
20
.. _GitHub: https://github.com/PierreRaybaut/plotpy
21
"""
22
23
-__version__ = "2.3.1"
+__version__ = "2.3.2"
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