Prepare the release 0.8.7

This commit is contained in:
Dave Halter
2026-05-02 01:07:05 +02:00
parent a36a4216a4
commit bfe3058441
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -6,6 +6,11 @@ Changelog
Unreleased
++++++++++
0.8.7 (2026-05-02)
++++++++++++++++++
- Add PEP 695 type parameter syntax
0.8.6 (2026-02-09)
++++++++++++++++++
+1 -1
View File
@@ -43,7 +43,7 @@ from parso.grammar import Grammar, load_grammar
from parso.utils import split_lines, python_bytes_to_unicode
__version__ = '0.8.6'
__version__ = '0.8.7'
def parse(code=None, **kwargs):