We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c0736 commit 21714d0Copy full SHA for 21714d0
2 files changed
docs/releasenotes.rst
@@ -2,6 +2,24 @@
2
Release notes
3
-------------
4
5
+
6
+**v0.8.1** (31-03-2026)
7
8
+- Support Python 3.14.
9
+- Fixed some Ruff linting warnings.
10
11
12
+**v0.8.0** (27-01-2025)
13
14
+- Modernize repo.
15
+- Officially support Python up to 3.13.
16
17
18
+**v0.7.7** (10-01-2022)
19
20
+* Fix endswith false positives
21
22
23
**v0.7.6** (09-09-2021)
24
25
* Fix for with-statement when ``return`` is used in the context.
pscript/__init__.py
@@ -243,7 +243,7 @@
243
244
# ruff: noqa: E402, F401, F403
245
246
-__version__ = "0.8.0"
+__version__ = "0.8.1"
247
248
import sys
249
import logging
0 commit comments