Skip to content

Commit

Permalink
Release v2.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Feb 3, 2015
1 parent df56f0a commit f916031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v2.4.2 (2015-01-03)
-------------------

- Fix ``remove`` so that array is modified after callback iteration.


Expand Down
2 changes: 1 addition & 1 deletion pydash/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'Based on the Lo-Dash Javascript library.')
__url__ = 'https://github.com/dgilland/pydash'

__version__ = '2.4.1'
__version__ = '2.4.2'

__install_requires__ = []

Expand Down

0 comments on commit f916031

Please sign in to comment.