Prepare the next release 0.6.1

This commit is contained in:
Dave Halter
2020-02-03 18:40:05 +01:00
parent 16f257356e
commit 2ce3898690
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
Changelog
---------
0.6.1 (2020-01-26)
++++++++++++++++++
- Add ``parso.normalizer.Issue.end_pos`` to make it possible to know where an
issue ends
0.6.0 (2020-01-26)
++++++++++++++++++

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