We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad327b8 commit 4310760Copy full SHA for 4310760
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+#### v1.11.2 (2020-01-25):
4
+
5
+- Fix celery task status endpoint
6
7
#### v1.11.1 (2020-01-23):
8
9
- Fix event fee notification task being triggered every minute
app/api/server_version.py
@@ -1,6 +1,6 @@
from flask import jsonify, Blueprint
-SERVER_VERSION = '1.11.1'
+SERVER_VERSION = '1.11.2'
info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
0 commit comments