Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
- Fix IntegrityError in SQLAlchemy on update, delete not handled
- Improve debug error messages on IntegrityError in SQLAlchemy
- Use ID column for stable sort defaults in SQLAlchemy
  • Loading branch information
lyschoening committed Feb 24, 2017
1 parent d762f55 commit d26cb21
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.13.0',
version='0.14.0',
packages=find_packages(exclude=['*tests*']),
url='http://potion.readthedocs.org/en/latest/',
license='MIT',
Expand Down

0 comments on commit d26cb21

Please sign in to comment.