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 c11087c commit 197cf33Copy full SHA for 197cf33
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog
2
3
+#### v1.12.0 (2020-02-02):
4
+
5
+- Add check if donation ticket has payment method enabled
6
+- Fix general event statistics type
7
+- Internal refactoring and code cleanup
8
9
#### v1.11.2 (2020-01-25):
10
11
- Fix celery task status endpoint
app/api/server_version.py
@@ -1,6 +1,6 @@
from flask import Blueprint, jsonify
-SERVER_VERSION = '1.11.2'
+SERVER_VERSION = '1.12.0'
info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
0 commit comments