Prepare 0.8.4

This commit is contained in:
Dave Halter
2024-04-05 10:43:56 +02:00
parent 3c04eef132
commit 744f2ac39e
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ Changelog
Unreleased
++++++++++
0.8.4 (2024-04-05)
++++++++++++++++++
- Add basic support for Python 3.13
0.8.3 (2021-11-30)
++++++++++++++++++

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.3'
__version__ = '0.8.4'
def parse(code=None, **kwargs):