Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9462006

Browse filesBrowse files
committed
Bump version to 0.15.0
1 parent 70a96be commit 9462006
Copy full SHA for 9462006

File tree

Expand file treeCollapse file tree

3 files changed

+16
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+16
-2
lines changed

‎docs/source/changes.rst

Copy file name to clipboardExpand all lines: docs/source/changes.rst
+15Lines changed: 15 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: h11/_version.py
+1-1Lines 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.14.0+dev"
16+
__version__ = "0.15.0"

‎newsfragments/158.misc.rst

Copy file name to clipboardExpand all lines: newsfragments/158.misc.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.