Skip to content

Commit

Permalink
Bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jun 8, 2020
1 parent 4997d0e commit 13d30bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Expand Up @@ -7,6 +7,14 @@ Sorted Containers Release History

.. currentmodule:: sortedcontainers

2.2.2 (2020-06-07)
------------------

**Miscellaneous**

* Add "small slice" optimization to `SortedList.__getitem__`.
* Silence warning when testing `SortedList.iloc`.

2.2.1 (2020-06-06)
------------------

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

__title__ = 'sortedcontainers'
__version__ = '2.2.1'
__build__ = 0x020201
__version__ = '2.2.2'
__build__ = 0x020202
__author__ = 'Grant Jenks'
__license__ = 'Apache 2.0'
__copyright__ = '2014-2019, Grant Jenks'

0 comments on commit 13d30bc

Please sign in to comment.