Skip to content

Commit

Permalink
5.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed May 4, 2016
1 parent 6e2d312 commit ee2ea13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.6.0
-----

- Bugfix: query parameters were not be correctly typecast to their appropriate
types during validation.
- Add null support via `x-nullable` option.

5.5.0
-----

Expand Down
2 changes: 1 addition & 1 deletion flex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = '5.5.0'
VERSION = '5.6.0'

from flex.core import load # NOQA
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup, find_packages

version = '5.5.0'
version = '5.6.0'

readme = open(os.path.join(DIR, 'README.md')).read()

Expand Down

0 comments on commit ee2ea13

Please sign in to comment.