Add the v0.1.1 changes to the changelog

This commit is contained in:
Dave Halter
2017-11-05 12:43:55 +01:00
parent a5f565ae10
commit 5c1e953c17
2 changed files with 8 additions and 2 deletions

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