Skip to content

Commit

Permalink
Release v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Aug 17, 2018
1 parent 6d1d635 commit 893bb18
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 @@ -2,6 +2,9 @@ Changelog
=========


v0.1.1 (2018-08-17)
-------------------

- pick: Don't return ``None`` for keys that don't exist in source object. Instead of ``fnc.pick(['a'], {}) == {'a': None}``, it's now ``fnc.pick(['a'], {}) == {}``.


Expand Down
2 changes: 1 addition & 1 deletion src/fnc/__version__.py
@@ -1,4 +1,4 @@
"""Project version information.
"""

__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 893bb18

Please sign in to comment.