Skip to content

Commit

Permalink
Release version 0.12.3
Browse files Browse the repository at this point in the history
Adds filters for DateString, DateTimeString (like Date, DateTime) and for inherited fields, such as Uri, Email.

Implements ItemUri.convert() so that it can be optionally used as a filter as well.

Fixes specifying custom filters using Meta.filters
  • Loading branch information
lyschoening committed Mar 16, 2016
1 parent bcfa51d commit 34be715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Flask-Potion',
version='0.12.2',
version='0.12.3',
packages=find_packages(exclude=['*tests*']),
url='http://potion.readthedocs.org/en/latest/',
license='MIT',
Expand Down

0 comments on commit 34be715

Please sign in to comment.