Skip to content

Commit 42ac8ce

Browse files
committed
v2.0.0
1 parent ac0c41b commit 42ac8ce

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release History
22
===============
33

4+
2.0.0 (2015-10-12)
5+
------------------
6+
7+
- Remove unused ``HPACKEncodingError``.
8+
- Add the shortcut ability to import the public API (``Encoder``, ``Decoder``,
9+
``HPACKError``, ``HPACKDecodingError``) directly, rather than from
10+
``hpack.hpack``.
11+
412
1.1.0 (2015-07-07)
513
------------------
614

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '1.1.0'
57+
version = '2.0.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '1.1.0'
59+
release = '2.0.0'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

hpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .hpack import Encoder, Decoder
99
from .exceptions import HPACKError, HPACKDecodingError
1010

11-
__version__ = '1.1.0'
11+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)