We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2673c commit 89010b7Copy full SHA for 89010b7
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog #
2
3
-## Version 2.5.2 ##
+## Version 2.6.0 ##
4
5
💥 New features / Enhancements:
6
plotpy/__init__.py
@@ -20,7 +20,7 @@
20
.. _GitHub: https://github.com/PierreRaybaut/plotpy
21
"""
22
23
-__version__ = "2.5.2"
+__version__ = "2.6.0"
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