Skip to content

Commit 7c750cd

Browse files
committed
Patch Release 2.2.14
1 parent 41966dd commit 7c750cd

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.2.14 (June 27, 2025)
2+
3+
Fixes
4+
* python2 fixups (#2655)
5+
* Fix coordinator lock contention during close() (#2652)
6+
17
# 2.2.13 (June 20, 2025)
28

39
Fixes

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
2.2.14 (June 27, 2025)
5+
######################
6+
7+
Fixes
8+
* python2 fixups (#2655)
9+
* Fix coordinator lock contention during close() (#2652)
10+
11+
412
2.2.13 (June 20, 2025)
513
######################
614

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.13'
1+
__version__ = '2.2.14'

0 commit comments

Comments
 (0)