Skip to content

Commit 352fe57

Browse files
committed
v2.0.0
1 parent 85f4816 commit 352fe57

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
Changelog
22
=========
33

4-
2.0.0-dev
5-
---------
4+
2.0.0 (2021-06-27)
5+
------------------
66

77
**API Changes**
88

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.
913
- Support for Python 2.7 has been removed.
1014
- Support for Python 3.3 has been removed.
1115
- Support for Python 3.4 has been removed.
1216
- Support for Python 3.5 has been removed.
1317
- 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.
1618
- Add type hints throughout and support PEP 561 via a py.typed
1719
file. This should allow projects to type check their usage of this dependency.
1820
- Throw ``TypeError`` when creating a priority tree with a ``maximum_streams``

src/priority/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
)
1717

1818

19-
__version__ = "2.0.0+dev"
19+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)