Prepare release 0.8.2

This commit is contained in:
Dave Halter
2021-03-30 22:42:57 +02:00
parent c4f297a57a
commit 5edab0407a
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ Changelog
Unreleased
++++++++++
0.8.2 (2021-03-30)
++++++++++++++++++
- Various small bugfixes
0.8.1 (2020-12-10)
++++++++++++++++++

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