We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d01a7d commit b181548Copy full SHA for b181548
docs/source/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '1.1.1'
+version = '1.2.0'
59
# The full version, including alpha/beta/rc tags.
60
-release = '1.1.1'
+release = '1.2.0'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='priority',
7
- version='1.1.1',
+ version='1.2.0',
8
description='A pure-Python implementation of the HTTP/2 priority tree',
9
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
10
author='Cory Benfield',
0 commit comments