Skip to content

Commit

Permalink
chore: Prepare for v1.13.1 (#6859)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushthedude authored Feb 20, 2020
1 parent ec3b0d1 commit 53618e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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/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 53618e5

Please sign in to comment.