Skip to content

Commit 87d22ad

Browse files
committed
Bump version to 2.7.1
1 parent bc3c026 commit 87d22ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog #
22

3+
## Version 2.7.1 ##
4+
5+
🛠️ Bug fixes:
6+
37
## Version 2.7.0 ##
48

59
Supported versions of Python have been updated (drop support for Python 3.8, add support for Python 3.13):

plotpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.. _GitHub: https://github.com/PierreRaybaut/plotpy
2121
"""
2222

23-
__version__ = "2.7.0"
23+
__version__ = "2.7.1"
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)