File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.1.1 (2016-05-28)
5+ ------------------
6+
7+ **Bugfixes **
8+
9+ - 2.5x performance improvement by swapping from ``queue.PriorityQueue `` to
10+ ``heapq ``.
11+
4121.1.0 (2016-01-08)
513------------------
614
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '1.1.0 '
58+ version = '1.1.1 '
5959# The full version, including alpha/beta/rc tags.
60- release = '1.1.0 '
60+ release = '1.1.1 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'priority' ,
7- version = '1.1.0 ' ,
7+ version = '1.1.1 ' ,
88 description = 'A pure-Python implementation of the HTTP/2 priority tree' ,
99 long_description = open ('README.rst' ).read () + '\n \n ' + open ('HISTORY.rst' ).read (),
1010 author = 'Cory Benfield' ,
You can’t perform that action at this time.
0 commit comments