Skip to content

Commit

Permalink
chore: Prepare for v1.14.0 (#6881)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Mar 7, 2020
1 parent f0bbec4 commit 3c2e576
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

#### v1.14.0 (2020-03-08):

- Fix discount code quantity calculation
- Dependency updates

#### v1.13.1 (2020-03-05):

- Fix ticket sold count query

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

- Fix keyerror due to my_tickets_url resulting in failure of order patch.
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.1'
SERVER_VERSION = '1.14.0'

info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
Expand Down

0 comments on commit 3c2e576

Please sign in to comment.