Release parso 0.8.1

This commit is contained in:
Dave Halter
2020-12-10 16:09:05 +01:00
parent f45ffa1948
commit a9d0cc1179
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ Changelog
Unreleased
++++++++++
0.8.1 (2020-12-10)
++++++++++++++++++
- Various small bugfixes
0.8.0 (2020-08-05)
++++++++++++++++++

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