Skip to content

Commit 8818517

Browse files
committed
Prepare 0.9.0 release
1 parent d7201c1 commit 8818517

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

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

5-
0.9.0 (????-??-??)
5+
0.9.0 (2023-12-04)
66
==================
77

88
New features:
99

10-
* Include `kafka-python` into `aiokafka`'s code base
11-
* Replace `python-snappy` and `zstandard` with `cramjam`
10+
* Include `kafka-python` into `aiokafka`'s code base (issue #928 and others)
11+
* Replace `python-snappy` and `zstandard` with `cramjam` (issue #930)
1212
* PEP518 compliant `pyproject.toml`
1313
* Python 3.12 support
1414

aiokafka/__init__.py

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

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

0 commit comments

Comments
 (0)