mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Prepare the 0.8.0 release
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
Changelog
|
||||
---------
|
||||
|
||||
Unreleased (XXXX-XX-XX)
|
||||
+++++++++++++++++++++++
|
||||
Unreleased
|
||||
++++++++++
|
||||
|
||||
0.8.0 (2020-08-05)
|
||||
++++++++++++++++++
|
||||
|
||||
- Dropped Support for Python 2.7, 3.4, 3.5
|
||||
- It's possible to use ``pathlib.Path`` objects now in the API
|
||||
|
||||
@@ -43,7 +43,7 @@ from parso.grammar import Grammar, load_grammar
|
||||
from parso.utils import split_lines, python_bytes_to_unicode
|
||||
|
||||
|
||||
__version__ = '0.7.1'
|
||||
__version__ = '0.8.0'
|
||||
|
||||
|
||||
def parse(code=None, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user