Add release notes for the next release 0.4.1

This commit is contained in:
Dave Halter
2019-06-02 11:28:00 +02:00
parent 93ddf5322a
commit 4f5fdd5a70
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
Changelog
---------
0.4.1 (2019-06-05)
++++++++++++++++++
- Added .pyi stubs for a lot of the parso API
- Small FileIO changes
0.4.0 (2019-04-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.4.0'
__version__ = '0.4.1'
def parse(code=None, **kwargs):