Skip to content

Commit

Permalink
5.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Feb 4, 2016
1 parent e6ad548 commit dfe6880
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.2.1
-----

- Bugfix for Tornado server request object support for request validation.

5.2.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.2.0'
VERSION = '5.2.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.2.0'
version = '5.2.1'

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

Expand Down

0 comments on commit dfe6880

Please sign in to comment.