mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-12 19:11:34 +08:00
Prepare the 0.6.2 release
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
0.6.2 (2020-02-27)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- Bugfixes
|
||||||
|
- Add Grammar.refactor (might still be subject to change until 0.7.0)
|
||||||
|
|
||||||
0.6.1 (2020-02-03)
|
0.6.1 (2020-02-03)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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.6.1'
|
__version__ = '0.6.2'
|
||||||
|
|
||||||
|
|
||||||
def parse(code=None, **kwargs):
|
def parse(code=None, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user