Skip to content

Commit

Permalink
Prepare 0.9.0.rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Nov 29, 2023
1 parent a25e5c2 commit d7201c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ New features:
Bugfixes:

* Fix type annotation for `ConsumerRecord` (pr #912 by @zschumacher)
* Improve send performance (issue #943)


Improved Documentation:
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.rc0' # noqa
__version__ = '0.9.0.rc1' # noqa

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

0 comments on commit d7201c1

Please sign in to comment.