Skip to content

Commit

Permalink
fix: Fix the version and changelog (#127)
Browse files Browse the repository at this point in the history
I tried to release v3.9.0 but I hadn't bumped the version...
  • Loading branch information
timmc-edx authored Feb 7, 2023
1 parent b506017 commit 7d2e8c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Change Log
Unreleased
**********

[3.9.0] - 2023-02-07
[3.9.1] - 2023-02-07
********************
There was no version 3.9.0, due to a release issue. (Ignore any ``v3.9.0`` tag.)

Added
=====
* Added logging of successful message production, consumption, and processing (not just errors)
Expand Down
2 changes: 1 addition & 1 deletion edx_event_bus_kafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from edx_event_bus_kafka.internal.consumer import KafkaEventConsumer
from edx_event_bus_kafka.internal.producer import KafkaEventProducer, create_producer

__version__ = '3.8.1'
__version__ = '3.9.1'

0 comments on commit 7d2e8c5

Please sign in to comment.