Prepare the next release v0.5.2

This commit is contained in:
Dave Halter
2019-12-15 00:55:19 +01:00
parent ceb1ee81fa
commit 5e12ea5e04
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ Changelog
- Add include_setitem to get_definition/is_definition and get_defined_names (#66)
- Fix named expression error listing (#89, #90)
- Fix some f-string tokenizer issues (#93)
0.5.1 (2019-07-13)
++++++++++++++++++

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