Skip to content

Commit

Permalink
Release v5.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jul 15, 2021
1 parent 7d2aaf6 commit d1d2665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,9 @@ Changelog
=========


v5.0.2 (2021-07-15)
-------------------

- Fix compatibility issue between ``pydash.py_`` / ``pydash._`` and ``typing.Protocol`` + ``typing.runtime_checkable`` that caused an exception to be raised for ``isinstance(py_, SomeRuntimeCheckableProtocol)``.


Expand Down
2 changes: 1 addition & 1 deletion src/pydash/__init__.py
@@ -1,6 +1,6 @@
"""Python port of Lo-Dash."""

__version__ = "5.0.1"
__version__ = "5.0.2"

from .arrays import (
chunk,
Expand Down

0 comments on commit d1d2665

Please sign in to comment.