Skip to content

Commit

Permalink
chore: Release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Feb 20, 2020
2 parents d08a143 + 53618e5 commit 7d4eb27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

#### v1.13.1 (2020-02-20):

- Fix keyerror due to my_tickets_url resulting in failure of order patch.

#### v1.13.0 (2020-02-20):

- Fix cron job timings preventing multiple emails to attendees
Expand Down
2 changes: 1 addition & 1 deletion app/api/helpers/system_mails.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
u"<br/>Your order has been processed successfully."
+ u"<br/> Your tickets & invoice have been enclosed."
u"<br><br>You can also download your tickets in <b>My Tickets</b> section."
u"<br/>Login to manage the orders at <a href='{mytickets_url}' target='_blank'>{mytickets_url}</a> </em>"
u"<br/>Login to manage the orders at <a href='{my_tickets_url}' target='_blank'>{my_tickets_url}</a> </em>"
u"<br><br><em>Looking forward to seeing you at the event."
),
},
Expand Down
2 changes: 1 addition & 1 deletion app/api/server_version.py
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 7d4eb27

Please sign in to comment.