Skip to content

Commit e05634b

Browse files
committed
Bump version to 2.1.0
1 parent 5ca6235 commit e05634b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: HISTORY.rst

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Sorted Containers Release History
77

88
.. currentmodule:: sortedcontainers
99

10+
2.1.0 (2018-11-21)
11+
------------------
12+
13+
**Miscellaneous**
14+
15+
* Small updates to docs and tests for Python 3.7.
16+
1017
2.0.5 (2018-09-03)
1118
------------------
1219

Diff for: sortedcontainers/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
]
6868

6969
__title__ = 'sortedcontainers'
70-
__version__ = '2.0.5'
71-
__build__ = 0x020005
70+
__version__ = '2.1.0'
71+
__build__ = 0x020100
7272
__author__ = 'Grant Jenks'
7373
__license__ = 'Apache 2.0'
7474
__copyright__ = '2014-2018, Grant Jenks'

0 commit comments

Comments
 (0)