Skip to content

Commit 9a2c26c

Browse files
committed
v4.0.0
1 parent 6426b26 commit 9a2c26c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release History
22
===============
33

4-
4.0.0+dev
5-
---------
4+
4.0.0 (2020-08-30)
5+
------------------
66

77
API Changes (Backward-Incompatible)
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -13,8 +13,6 @@ API Changes (Backward-Incompatible)
1313
- Support for PyPy (Python 2.7 compatible) has been removed.
1414
- Support for Python 3.8 has been added.
1515

16-
**API Changes (Backward Compatible)**
17-
1816
**Bugfixes**
1917

2018
- Performance improvement of static header search. Use dict search instead

src/hpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
'InvalidTableSizeError',
2828
]
2929

30-
__version__ = '4.0.0+dev'
30+
__version__ = '4.0.0'

0 commit comments

Comments
 (0)