Skip to content

Commit 00111a7

Browse files
chore: Prepare for v1.19.1 (#7491)
1 parent 53f4c2a commit 00111a7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Changelog
22

3+
#### v1.19.1 (2020-12-04):
4+
5+
**Hot Fix Release**
6+
7+
##### Bug Fixes
8+
9+
- Make speaker email nullable
10+
- Give access to order tickets and attendees to organizers
11+
- Use identifier for export instead of field identifier
12+
13+
##### Maintenance
14+
15+
- Upgrade to celery v5
16+
317
#### v1.19.0 (2020-11-30):
418

519
##### Features

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
basedir = os.path.abspath(os.path.dirname(__file__))
99

10-
VERSION_NAME = '1.19.0'
10+
VERSION_NAME = '1.19.1'
1111

1212
LANGUAGES = {
1313
'en': 'English',

0 commit comments

Comments
 (0)