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 741aa2c commit 3b7ccd0Copy full SHA for 3b7ccd0
2 files changed
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-0.13.0 (????-??-??)
+0.13.0 (2026-01-02)
6
===================
7
8
Breaking changes:
@@ -30,6 +30,7 @@ Bugfixes:
30
31
32
Misc:
33
+
34
* Use SPDX license expression for project metadata.
35
36
aiokafka/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.12.0"
+__version__ = "0.13.0"
from .abc import ConsumerRebalanceListener
from .client import AIOKafkaClient
0 commit comments