Skip to content

Commit 3c2e576

Browse files
chore: Prepare for v1.14.0 (#6881)
1 parent f0bbec4 commit 3c2e576

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
#### v1.14.0 (2020-03-08):
4+
5+
- Fix discount code quantity calculation
6+
- Dependency updates
7+
8+
#### v1.13.1 (2020-03-05):
9+
10+
- Fix ticket sold count query
11+
312
#### v1.13.1 (2020-02-20):
413

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

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.1'
3+
SERVER_VERSION = '1.14.0'
44

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

0 commit comments

Comments
 (0)