Skip to content

Commit 21714d0

Browse files
committed
Bump
1 parent d7c0736 commit 21714d0

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

docs/releasenotes.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Release notes
33
-------------
44

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+
523
**v0.7.6** (09-09-2021)
624

725
* Fix for with-statement when ``return`` is used in the context.

pscript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243

244244
# ruff: noqa: E402, F401, F403
245245

246-
__version__ = "0.8.0"
246+
__version__ = "0.8.1"
247247

248248
import sys
249249
import logging

0 commit comments

Comments
 (0)