We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664b111 commit a1300d8Copy full SHA for a1300d8
docs/source/changes.rst
@@ -5,6 +5,16 @@ History of changes
5
6
.. towncrier release notes start
7
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
18
v0.9.0 (2019-05-15)
19
-------------------
20
h11/_version.py
@@ -13,4 +13,4 @@
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
# 1.0.0.)
-__version__ = "0.9.0+dev"
+__version__ = "0.10.0"
0 commit comments