Skip to content

Commit

Permalink
Prepare 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Dec 4, 2023
1 parent d7201c1 commit 8818517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Changelog
=========

0.9.0 (????-??-??)
0.9.0 (2023-12-04)
==================

New features:

* Include `kafka-python` into `aiokafka`'s code base
* 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)
* PEP518 compliant `pyproject.toml`
* Python 3.12 support

Expand Down
2 changes: 1 addition & 1 deletion aiokafka/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.9.0.rc1' # noqa
__version__ = '0.9.0' # noqa

from .abc import ConsumerRebalanceListener
from .client import AIOKafkaClient
Expand Down

0 comments on commit 8818517

Please sign in to comment.