Skip to content

Commit 53618e5

Browse files
authored
chore: Prepare for v1.13.1 (#6859)
1 parent ec3b0d1 commit 53618e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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/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)