Skip to content

Commit

Permalink
Release v0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Aug 14, 2018
1 parent f9c3790 commit 39f09be
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.4.1 (2018-08-14)
-------------------

- Fix previous fix for case where schema results could have ``data`` or ``errors`` with schema classes as keys.
- Ensure that ``Select('key', <iteratee>)`` doesn't call ``<iteratee>`` if ``'key'`` was not found in the source data.

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

__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit 39f09be

Please sign in to comment.