Skip to content

Commit b5d5e69

Browse files
committed
Bump version to 3.7.1
1 parent 5edd15e commit b5d5e69

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.7.1 ##
4+
5+
ℹ️ Changes:
6+
7+
* Fixed `ResourceWarning: unclosed file` on some platforms (e.g. CentOS Stream 8).
8+
* Update GitHub Actions to use setup-python@v5 and checkout@v4
9+
310
## Version 3.7.0 ##
411

512
Drop support for Python 3.8.

guidata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
and application development tools for Qt.
99
"""
1010

11-
__version__ = "3.7.0"
11+
__version__ = "3.7.1"
1212

1313

1414
# Dear (Debian, RPM, ...) package makers, please feel free to customize the

0 commit comments

Comments
 (0)