Skip to content

Commit 85f758e

Browse files
committed
Prepare 0.10.0 release
1 parent 7073b09 commit 85f758e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
=========
44

5-
0.10.0.a0 (2023-12-13)
6-
======================
5+
0.10.0 (2023-12-15)
6+
===================
77

88
New features:
99

@@ -13,6 +13,11 @@ New features:
1313
.. _KIP-345: https://cwiki.apache.org/confluence/display/KAFKA/KIP-345%3A+Introduce+static+membership+protocol+to+reduce+consumer+rebalances
1414

1515

16+
Bugfixes:
17+
18+
* Fix extra dependencies (issue #952)
19+
20+
1621
0.9.0 (2023-12-04)
1722
==================
1823

aiokafka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.10.0.a0' # noqa
1+
__version__ = '0.10.0' # noqa
22

33
from .abc import ConsumerRebalanceListener
44
from .client import AIOKafkaClient

0 commit comments

Comments
 (0)