We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8695de commit 084468fCopy full SHA for 084468f
CHANGES.txt
@@ -1,2 +1,3 @@
1
+v1.2, 2017-01-10 -- Synchronization methods instead of fetch factories.
2
v1.1, 2017-01-10 -- SQLAlchemy mixins, optional webhook.
3
v1.0, 2017-01-09 -- Initial release.
setup.py
@@ -2,7 +2,7 @@
setup(
4
name='Flask-FastSpring',
5
- version='1.1',
+ version='1.2',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments