diff --git a/CHANGES.rst b/CHANGES.rst index 103a5a40..94fc83eb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,9 @@ Changelog ========= +v2.4.2 (2015-01-03) +------------------- + - Fix ``remove`` so that array is modified after callback iteration. diff --git a/pydash/__meta__.py b/pydash/__meta__.py index 46262c7f..6e083ce0 100644 --- a/pydash/__meta__.py +++ b/pydash/__meta__.py @@ -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__ = []