Skip to content

Commit

Permalink
release: v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Apr 27, 2023
1 parent b06361d commit 4d1b85d
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 @@ -3,6 +3,9 @@
Changelog
=========

v7.0.2 (2023-04-27)
-------------------

- Fix issue where using ``pyright`` as a type checker with ``reportPrivateUsage=true`` would report errors that objects are not exported from ``pydash``. Thanks DeviousStoat_!


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

__version__ = "7.0.1"
__version__ = "7.0.2"

from .arrays import (
chunk,
Expand Down

0 comments on commit 4d1b85d

Please sign in to comment.