Skip to content

Commit

Permalink
release: v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Apr 26, 2024
1 parent 0358c81 commit 2a89f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Changelog
=========

v8.0.1 (2024-04-26)
-------------------

- Fix issue where too many arguments were passed to stdlib's ``operator.attrgetter``, ``operator.itemgetter``, and ``operator.methodcaller`` when instances of those classes were used as callbacks to functions like ``map_``, ``filter_``, etc. due to a bug introduced in Python 3.12.3 and 3.11.9 that reported an incorrect signature for those ``operator`` class instances.


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

__version__ = "8.0.0"
__version__ = "8.0.1"

from .arrays import (
chunk,
Expand Down

0 comments on commit 2a89f78

Please sign in to comment.