Skip to content

Commit 7d4eb27

Browse files
chore: Release v1.13.1
2 parents d08a143 + 53618e5 commit 7d4eb27

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
#### v1.13.1 (2020-02-20):
4+
5+
- Fix keyerror due to my_tickets_url resulting in failure of order patch.
6+
37
#### v1.13.0 (2020-02-20):
48

59
- Fix cron job timings preventing multiple emails to attendees

app/api/helpers/system_mails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
u"<br/>Your order has been processed successfully."
191191
+ u"<br/> Your tickets & invoice have been enclosed."
192192
u"<br><br>You can also download your tickets in <b>My Tickets</b> section."
193-
u"<br/>Login to manage the orders at <a href='{mytickets_url}' target='_blank'>{mytickets_url}</a> </em>"
193+
u"<br/>Login to manage the orders at <a href='{my_tickets_url}' target='_blank'>{my_tickets_url}</a> </em>"
194194
u"<br><br><em>Looking forward to seeing you at the event."
195195
),
196196
},

app/api/server_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import Blueprint, jsonify
22

3-
SERVER_VERSION = '1.13.0'
3+
SERVER_VERSION = '1.13.1'
44

55
info_route = Blueprint('info', __name__)
66
_build = {'version': SERVER_VERSION}

0 commit comments

Comments
 (0)