Skip to content

Commit 9d7dfe2

Browse files
committed
v6.0.0
1 parent 33642e8 commit 9d7dfe2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Release History
22
===============
33

4-
6.0.0+dev
4+
6.0.0 (2020-09-06)
55
---------
66

7-
**Backwards Incompatible API Changes**
7+
**API Changes (Backward-incompatible)**
88

99
- Introduce ``HyperframeError`` base exception class for all errors raised within hyperframe.
1010
- Change exception base class of ``UnknownFrameError`` to ``HyperframeError``

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# -- Project information -----------------------------------------------------
2929

30-
project = 'hpack'
30+
project = 'hyperframe'
3131
copyright = '2020, Cory Benfield'
3232
author = 'Cory Benfield'
3333
release = version

src/hyperframe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
66
A module for providing a pure-Python HTTP/2 framing layer.
77
"""
8-
__version__ = '6.0.0+dev'
8+
__version__ = '6.0.0'

0 commit comments

Comments
 (0)