Skip to content

Commit 9462006

Browse files
committed
Bump version to 0.15.0
1 parent 70a96be commit 9462006

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/source/changes.rst

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ History of changes
55

66
.. towncrier release notes start
77
8+
H11 0.14.0 (2025-04-23)
9+
-----------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- Reject Content-Lengths >= 1 zettabyte (1 billion terabytes) early, `without attempting to parse the integer <https://docs.python.org/3/library/stdtypes.html#integer-string-conversion-length-limitation>`__ (`#178 <https://github.com/python-hyper/h11/issues/178>`__)
15+
16+
17+
Miscellaneous internal changes
18+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
- Remove the `tests` folder from wheel files. This reduces the zipped file size by 20KB (about 30%). (`#158 <https://github.com/python-hyper/h11/issues/158>`__)
21+
22+
823
H11 0.14.0 (2022-09-25)
924
-----------------------
1025

h11/_version.py

+1-1
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.14.0+dev"
16+
__version__ = "0.15.0"

newsfragments/158.misc.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)