Skip to content

Commit

Permalink
Release v4.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jul 11, 2018
1 parent bff6bed commit 1c8d847
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.6.0 (2018-07-10)
-------------------

Misc
++++

Expand Down
2 changes: 1 addition & 1 deletion pydash/__pkg__.py
Expand Up @@ -7,7 +7,7 @@
'for doing "stuff" in a functional way. '
'Based on the Lo-Dash Javascript library.')
__url__ = 'https://github.com/dgilland/pydash'
__version__ = '4.5.0'
__version__ = '4.6.0'
__author__ = 'Derrick Gilland'
__email__ = 'dgilland@gmail.com'
__license__ = 'MIT License'

0 comments on commit 1c8d847

Please sign in to comment.