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 ec3b0d1 commit 53618e5Copy full SHA for 53618e5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+#### v1.13.1 (2020-02-20):
4
+
5
+- Fix keyerror due to my_tickets_url resulting in failure of order patch.
6
7
#### v1.13.0 (2020-02-20):
8
9
- Fix cron job timings preventing multiple emails to attendees
app/api/server_version.py
@@ -1,6 +1,6 @@
from flask import Blueprint, jsonify
-SERVER_VERSION = '1.13.0'
+SERVER_VERSION = '1.13.1'
info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
0 commit comments