Skip to content

Commit da8a994

Browse files
authored
Merge pull request #67 from njsmith/release-0.8.1
Release 0.8.1
2 parents a49ec45 + fe55a3e commit da8a994

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/source/changes.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ History of changes
33

44
.. currentmodule:: h11
55

6-
vNEXT (unreleased)
7-
------------------
6+
v0.8.1 (2018-04-14)
7+
-------------------
88

99
Bug fixes:
1010

1111
* Always return headers as ``bytes`` objects (`#60
1212
<https://github.com/python-hyper/h11/issues/60>`__)
1313

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+
1420

1521
v0.8.0 (2018-03-20)
1622
-------------------

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.8.0+dev"
16+
__version__ = "0.8.1+dev"

0 commit comments

Comments
 (0)