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