We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a49ec45 + fe55a3e commit da8a994Copy full SHA for da8a994
docs/source/changes.rst
@@ -3,14 +3,20 @@ History of changes
3
4
.. currentmodule:: h11
5
6
-vNEXT (unreleased)
7
-------------------
+v0.8.1 (2018-04-14)
+-------------------
8
9
Bug fixes:
10
11
* Always return headers as ``bytes`` objects (`#60
12
<https://github.com/python-hyper/h11/issues/60>`__)
13
14
+Other changes:
15
+
16
+* Added proper license notices to the Javascript used in our
17
+ documentation (`#61
18
+ <https://github.com/python-hyper/h11/issues/60>`__)
19
20
21
v0.8.0 (2018-03-20)
22
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.8.0+dev"
+__version__ = "0.8.1+dev"
0 commit comments