Skip to content

Commit

Permalink
Prepare Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Nov 30, 2021
1 parent 285492f commit ee5edaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,6 +6,11 @@ Changelog
Unreleased
++++++++++

0.8.3 (2021-11-30)
++++++++++++++++++

- Add basic support for Python 3.11 and 3.12

0.8.2 (2021-03-30)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion parso/__init__.py
Expand Up @@ -43,7 +43,7 @@
from parso.utils import split_lines, python_bytes_to_unicode


__version__ = '0.8.2'
__version__ = '0.8.3'


def parse(code=None, **kwargs):
Expand Down

0 comments on commit ee5edaf

Please sign in to comment.