Skip to content

Commit c6860f3

Browse files
committed
Update version to 2.3.2
1 parent 7c9039f commit c6860f3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog #
22

3-
## Version 2.3.1 ##
3+
## Version 2.3.2 ##
44

55
In this release, test coverage is 79%.
66

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+
710
💥 New features / Enhancements:
811

912
* Colormap: added "Apply" button to the colormap manager

plotpy/__init__.py

+1-1
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.1"
23+
__version__ = "2.3.2"
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)