Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Sep 25, 2022
1 parent 95cd3fa commit 467c5cf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
23 changes: 23 additions & 0 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ History of changes

.. towncrier release notes start
H11 0.14.0 (2022-09-25)
-----------------------

Features
~~~~~~~~

- Allow additional trailing whitespace in chunk headers for additional
compatibility with existing servers. (`#133
<https://github.com/python-hyper/h11/issues/133>`__)
- Improve the type hints for Sentinel types, which should make it
easier to type hint h11 usage. (`#151
<https://github.com/python-hyper/h11/pull/151>`__ & `#144
<https://github.com/python-hyper/h11/pull/144>`__))

Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~

- Python 3.6 support is removed. h11 now requires Python>=3.7
including PyPy 3. Users running `pip install h11` on Python 2 will
automatically get the last Python 2-compatible version. (`#138
<https://github.com/python-hyper/h11/issues/138>`__)


v0.13.0 (2022-01-19)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion h11/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
# 1.0.0.)

__version__ = "0.13.0+dev"
__version__ = "0.14.0"
3 changes: 0 additions & 3 deletions newsfragments/138.removal.rst

This file was deleted.

0 comments on commit 467c5cf

Please sign in to comment.