Codebase list python-hpack / ab9e9a6
v2.2.0 Cory Benfield 8 years ago
3 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 Release History
11 ===============
22
3 dev (XXXX)
4 ----------
3 2.2.0 (2016-04-20)
4 ------------------
55
66 **API Changes (Backward Compatible)**
77
5353 # built documents.
5454 #
5555 # The short X.Y version.
56 version = '2.1.1'
56 version = '2.2.0'
5757 # The full version, including alpha/beta/rc tags.
58 release = '2.1.1'
58 release = '2.2.0'
5959
6060 # The language for content autogenerated by Sphinx. Refer to documentation
6161 # for a list of supported languages.
1313 'InvalidTableIndex', 'HeaderTuple', 'NeverIndexedHeaderTuple'
1414 ]
1515
16 __version__ = '2.1.1'
16 __version__ = '2.2.0'