File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 2.0.0-dev
5
- ---------
4
+ 2.0.0 (2021-06-27)
5
+ ------------------
6
6
7
7
**API Changes **
8
8
9
+ - Python 3.6 is the minimal support Python version.
10
+ - Support for Python 3.7 has been added.
11
+ - Support for Python 3.8 has been added.
12
+ - Support for Python 3.9 has been added.
9
13
- Support for Python 2.7 has been removed.
10
14
- Support for Python 3.3 has been removed.
11
15
- Support for Python 3.4 has been removed.
12
16
- Support for Python 3.5 has been removed.
13
17
- Support for PyPy (Python 2.7 compatible) has been removed.
14
- - Support for Python 3.8 has been added.
15
- - Support for Python 3.9 has been added.
16
18
- Add type hints throughout and support PEP 561 via a py.typed
17
19
file. This should allow projects to type check their usage of this dependency.
18
20
- Throw ``TypeError `` when creating a priority tree with a ``maximum_streams ``
Original file line number Diff line number Diff line change 16
16
)
17
17
18
18
19
- __version__ = "2.0.0+dev "
19
+ __version__ = "2.0.0"
You can’t perform that action at this time.
0 commit comments