Skip to content

Commit a1300d8

Browse files
committed
Bump version to 0.10.0
1 parent 664b111 commit a1300d8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/source/changes.rst

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

66
.. towncrier release notes start
77
8+
v0.10.0 (2020-08-14)
9+
--------------------
10+
11+
Other changes:
12+
13+
* Drop support for Python 3.4.
14+
* Support Python 3.8.
15+
* Make error messages returned by match failures less ambiguous (`#98
16+
<https://github.com/python-hyper/h11/issues/98>`__).
17+
818
v0.9.0 (2019-05-15)
919
-------------------
1020

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.9.0+dev"
16+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)