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 7073b09 commit 85f758eCopy full SHA for 85f758e
CHANGES.rst
@@ -2,8 +2,8 @@
2
Changelog
3
=========
4
5
-0.10.0.a0 (2023-12-13)
6
-======================
+0.10.0 (2023-12-15)
+===================
7
8
New features:
9
@@ -13,6 +13,11 @@ New features:
13
.. _KIP-345: https://cwiki.apache.org/confluence/display/KAFKA/KIP-345%3A+Introduce+static+membership+protocol+to+reduce+consumer+rebalances
14
15
16
+Bugfixes:
17
+
18
+* Fix extra dependencies (issue #952)
19
20
21
0.9.0 (2023-12-04)
22
==================
23
aiokafka/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.10.0.a0' # noqa
+__version__ = '0.10.0' # noqa
from .abc import ConsumerRebalanceListener
from .client import AIOKafkaClient
0 commit comments