We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228002d commit 1319505Copy full SHA for 1319505
docs/source/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = '3.1.1'
+version = '3.2.0'
58
# The full version, including alpha/beta/rc tags.
59
-release = '3.1.1'
+release = '3.2.0'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
hyperframe/__init__.py
@@ -5,4 +5,4 @@
5
6
A module for providing a pure-Python HTTP/2 framing layer.
7
"""
8
-__version__ = '3.1.1'
+__version__ = '3.2.0'
0 commit comments