Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Nov 22, 2018
1 parent 5ca6235 commit e05634b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -7,6 +7,13 @@ Sorted Containers Release History

.. currentmodule:: sortedcontainers

2.1.0 (2018-11-21)
------------------

**Miscellaneous**

* Small updates to docs and tests for Python 3.7.

2.0.5 (2018-09-03)
------------------

Expand Down
4 changes: 2 additions & 2 deletions sortedcontainers/__init__.py
Expand Up @@ -67,8 +67,8 @@
]

__title__ = 'sortedcontainers'
__version__ = '2.0.5'
__build__ = 0x020005
__version__ = '2.1.0'
__build__ = 0x020100
__author__ = 'Grant Jenks'
__license__ = 'Apache 2.0'
__copyright__ = '2014-2018, Grant Jenks'

0 comments on commit e05634b

Please sign in to comment.