Skip to content

Commit

Permalink
fix: dev: Release 0.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Oct 11, 2024
1 parent 6e7bb1c commit 0e8a38c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## 0.4.4

### Fix

* Update (amongst other Python packages) confluent-kafka from 2.5.3 to 2.6.0. [Ben Dalling]


## 0.4.3 (2024-10-08)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion router.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Producer)
from prometheus_client import Counter, Info, Summary, start_http_server

__version__ = '0.4.3'
__version__ = '0.4.4'
PROG = os.path.basename(sys.argv[0]).removesuffix('.py')
logging.basicConfig()
logger = logging.getLogger(PROG)
Expand Down

0 comments on commit 0e8a38c

Please sign in to comment.