Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed May 16, 2021
1 parent 2678a78 commit a1f52d6
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.4.0 (2021-05-16)
------------------

**API Changes**

* Implement SortedDict methods: __or__, __ror__, and __ior__ per PEP 584.

2.3.0 (2020-11-08)
------------------

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

__title__ = 'sortedcontainers'
__version__ = '2.3.0'
__build__ = 0x020300
__version__ = '2.4.0'
__build__ = 0x020400
__author__ = 'Grant Jenks'
__license__ = 'Apache 2.0'
__copyright__ = '2014-2019, Grant Jenks'

0 comments on commit a1f52d6

Please sign in to comment.