Skip to content

Commit

Permalink
Release 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
keosak committed Nov 4, 2024
1 parent 8474131 commit f843c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.19, 2024-11-04 -- Remove dependency on psycopg2.
v1.18, 2024-01-15 -- Fixed Markup import.
v1.17, 2018-03-19 -- Fixed synchronize method in Order and Subscription #9.
v1.16, 2017-10-24 -- Pass along all keyword arguments in request().
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Flask-FastSpring',
version='1.18',
version='1.19',
description='FastSpring API integration for Flask',
py_modules=['flask_fastspring'],
install_requires=[
Expand Down

0 comments on commit f843c76

Please sign in to comment.