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 d7201c1 commit 8818517Copy full SHA for 8818517
CHANGES.rst
@@ -2,13 +2,13 @@
2
Changelog
3
=========
4
5
-0.9.0 (????-??-??)
+0.9.0 (2023-12-04)
6
==================
7
8
New features:
9
10
-* Include `kafka-python` into `aiokafka`'s code base
11
-* Replace `python-snappy` and `zstandard` with `cramjam`
+* Include `kafka-python` into `aiokafka`'s code base (issue #928 and others)
+* Replace `python-snappy` and `zstandard` with `cramjam` (issue #930)
12
* PEP518 compliant `pyproject.toml`
13
* Python 3.12 support
14
aiokafka/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.9.0.rc1' # noqa
+__version__ = '0.9.0' # noqa
from .abc import ConsumerRebalanceListener
from .client import AIOKafkaClient
0 commit comments