We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d516037 commit 2f1ffa4Copy full SHA for 2f1ffa4
CHANGES.txt
@@ -1,3 +1,4 @@
1
+v1.4, 2017-01-11 -- Refactor mixin timestamps.
2
v1.3, 2017-01-10 -- Correctly parse timezone for mixin timestamps.
3
v1.2, 2017-01-10 -- Synchronization methods instead of fetch factories.
4
v1.1, 2017-01-10 -- SQLAlchemy mixins, optional webhook.
setup.py
@@ -2,7 +2,7 @@
setup(
name='Flask-FastSpring',
5
- version='1.3',
+ version='1.4',
6
description='FastSpring API integration for Flask',
7
py_modules=['flask_fastspring'],
8
install_requires=[
0 commit comments