8000 Bump version to 0.14.0 · sysfce2/python-h11@467c5cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 467c5cf

Browse files
committed
Bump version to 0.14.0
1 parent 95cd3fa commit 467c5cf

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

docs/source/changes.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ History of changes
55

66
.. towncrier release notes start
77
8+
H11 0.14.0 (2022-09-25)
9+
-----------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Allow additional trailing whitespace in chunk headers for additional
15+
compatibility with existing servers. (`#133
16+
<https://github.com/python-hyper/h11/issues/133>`__)
17+
- Improve the type hints for Sentinel types, which should make it
18+
easier to type hint h11 usage. (`#151
19+
<https://github.com/python-hyper/h11/pull/151>`__ & `#144
20+
<https://github.com/python-hyper/h11/pull/144>`__))
21+
22+
Deprecations and Removals
23+
~~~~~~~~~~~~~~~~~~~~~~~~~
24+
25+
- Python 3.6 support is removed. h11 now requires Python>=3.7
8000
26+
including PyPy 3. Users running `pip install h11` on Python 2 will
27+
automatically get the last Python 2-compatible version. (`#138
28+
<https://github.com/python-hyper/h11/issues/138>`__)
29+
30+
831
v0.13.0 (2022-01-19)
932
--------------------
1033

h11/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
1414
# 1.0.0.)
1515

16-
__version__ = "0.13.0+dev"
16+
__version__ = "0.14.0"

newsfragments/138.removal.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0