Skip to content

Commit cf99e34

Browse files
committed
Bump version to 97.1.0
1 parent 8e239b8 commit cf99e34

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.2
410

511
* Fix external link redirect

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.2" # 3190104c3cf42f56fa8d4554eb22790a
8+
__version__ = "97.1.0" # dce0eb33be4608c3b

0 commit comments

Comments
 (0)