We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca6235 commit e05634bCopy full SHA for e05634b
HISTORY.rst
@@ -7,6 +7,13 @@ Sorted Containers Release History
7
8
.. currentmodule:: sortedcontainers
9
10
+2.1.0 (2018-11-21)
11
+------------------
12
+
13
+**Miscellaneous**
14
15
+* Small updates to docs and tests for Python 3.7.
16
17
2.0.5 (2018-09-03)
18
------------------
19
sortedcontainers/__init__.py
@@ -67,8 +67,8 @@
67
]
68
69
__title__ = 'sortedcontainers'
70
-__version__ = '2.0.5'
71
-__build__ = 0x020005
+__version__ = '2.1.0'
+__build__ = 0x020100
72
__author__ = 'Grant Jenks'
73
__license__ = 'Apache 2.0'
74
__copyright__ = '2014-2018, Grant Jenks'
0 commit comments