We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bbec4 commit 3c2e576Copy full SHA for 3c2e576
CHANGELOG.md
@@ -1,5 +1,14 @@
1
## Changelog
2
3
+#### v1.14.0 (2020-03-08):
4
+
5
+- Fix discount code quantity calculation
6
+- Dependency updates
7
8
+#### v1.13.1 (2020-03-05):
9
10
+- Fix ticket sold count query
11
12
#### v1.13.1 (2020-02-20):
13
14
- Fix keyerror due to my_tickets_url resulting in failure of order patch.
app/api/server_version.py
@@ -1,6 +1,6 @@
from flask import Blueprint, jsonify
-SERVER_VERSION = '1.13.1'
+SERVER_VERSION = '1.14.0'
info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
0 commit comments