Skip to content

Commit

Permalink
release: v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Mar 27, 2024
1 parent 0542b89 commit dc63461
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
=========

v8.0.0 (2024-03-26)
-------------------

- Add functions (Thanks DeviousStoat_!):

- ``apply`` (previously named ``thru``)
Expand Down
2 changes: 1 addition & 1 deletion src/pydash/__init__.py
@@ -1,6 +1,6 @@
"""Python port of Lo-Dash."""

__version__ = "7.0.7"
__version__ = "8.0.0"

from .arrays import (
chunk,
Expand Down

0 comments on commit dc63461

Please sign in to comment.