Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
- Fixes Api.decorators not being applied to "/schema"
- Adds POTION_DECORATE_SCHEMA_ENDPOINTS configuration option
- Fixes TypeError when applying PATCH to some SQLAlchemy native values
- Fixes various inconsistencies in the JSON schemas
- Adds support for user:$id and user:$uri needs with Flask-Principal
  • Loading branch information
lyschoening committed Jan 26, 2017
1 parent 376c3d5 commit d106bd0
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.6',
version='0.13.0',
packages=find_packages(exclude=['*tests*']),
url='http://potion.readthedocs.org/en/latest/',
license='MIT',
Expand Down

0 comments on commit d106bd0

Please sign in to comment.