Skip to content

Commit

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

- Minor bugfix where the `kwargs` were not being correctly passed down the
validator tree.

5.4.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.4.0'
VERSION = '5.4.1'

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.4.0'
version = '5.4.1'

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

Expand Down

0 comments on commit 1d67058

Please sign in to comment.