mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 06:04:54 +08:00
Add the v0.1.1 changes to the changelog
This commit is contained in:
@@ -4,7 +4,13 @@ Changelog
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
||||||
0.1.0 (2017-05-30)
|
0.1.1 (2017-11-05)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- Fixed a few bugs in the caching layer
|
||||||
|
- Added support for Python 3.7
|
||||||
|
|
||||||
|
0.1.0 (2017-09-04)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- Pulling the library out of Jedi. Some APIs will definitely change.
|
- Pulling the library out of Jedi. Some APIs will definitely change.
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ from parso.grammar import Grammar, load_grammar
|
|||||||
from parso.utils import split_lines, python_bytes_to_unicode
|
from parso.utils import split_lines, python_bytes_to_unicode
|
||||||
|
|
||||||
|
|
||||||
__version__ = '0.1.0'
|
__version__ = '0.1.1'
|
||||||
|
|
||||||
|
|
||||||
def parse(code=None, **kwargs):
|
def parse(code=None, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user