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 bc3c026 commit 87d22adCopy full SHA for 87d22ad
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog #
2
3
+## Version 2.7.1 ##
4
+
5
+🛠️ Bug fixes:
6
7
## Version 2.7.0 ##
8
9
Supported versions of Python have been updated (drop support for Python 3.8, add support for Python 3.13):
plotpy/__init__.py
@@ -20,7 +20,7 @@
20
.. _GitHub: https://github.com/PierreRaybaut/plotpy
21
"""
22
23
-__version__ = "2.7.0"
+__version__ = "2.7.1"
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