Skip to content

Commit

Permalink
Release v4.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jun 13, 2020
1 parent 92b1daf commit 8bb1827
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
=========


v4.8.0 (2020-06-13)
-------------------

- Support attribute based setters like ``argparse.Namespace`` in ``set_``, ``set_with``, ``update``, and ``update_with``.
- Fix exception in ``order_by`` when ``None`` used as a sort key. Thanks elijose55_!
- Fix behavior of ``pick_by`` to return the passed in argument when only one argument given. Previously, an empty dictionary was returned. Thanks elijose55_!
Expand Down
2 changes: 1 addition & 1 deletion src/pydash/__version__.py
Expand Up @@ -2,4 +2,4 @@
"""Project version information.
"""

__version__ = '4.7.6'
__version__ = '4.8.0'

0 comments on commit 8bb1827

Please sign in to comment.