Skip to content

Commit e2a62a0

Browse files
committed
Bump version to 97.1.0
1 parent 98c1fe5 commit e2a62a0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 97.1.0
4+
5+
* Added `ExpansionCooldownEventletWorker` custom gunicorn worker class
6+
* Allow disabling `ContextRecyclingEventletWorker`'s behaviour via `recycle_eventlet_thread_contexts` gunicorn config variable
7+
* Added `NotifyEventletWorker` custom gunicorn worker class for for enabling an app to make use of all our custom gunicorn worker class features together
8+
39
## 97.0.0
410

511
* for bilingual letters preview, only show barcodes on the first page (patch).

notifications_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# - `make version-minor` for new features
66
# - `make version-patch` for bug fixes
77

8-
__version__ = "97.0.0" # 30cda215ff802d90fad96e1efd98a03b
8+
__version__ = "97.1.0" # dce0eb33be4608c3b

0 commit comments

Comments
 (0)