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 1521c32 commit f3bb95cCopy full SHA for f3bb95c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
3
+##### v1.9.0 (2019-11-28):
4
+
5
+- Fix billing info requirements from attendees
6
+- Fix stripe connection issue in event wizard
7
+- Check proper access permissions for event exporting API
8
9
10
##### v1.8.0 (2019-11-24):
11
12
- Run `python manage.py fix_digit_identifier` to correct all digit identifiers
app/api/server_version.py
@@ -1,6 +1,6 @@
from flask import jsonify, Blueprint
-SERVER_VERSION = '1.8.0'
+SERVER_VERSION = '1.9.0'
info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
0 commit comments