Skip to content

Commit

Permalink
v0.9.10 released
Browse files Browse the repository at this point in the history
Signed-off-by: David Ohana <[email protected]>
  • Loading branch information
davidohana committed Mar 20, 2022
1 parent 60bd171 commit 6570759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ Our project welcomes external contributions. Please refer to [CONTRIBUTING.md](C

## Change Log

##### v0.9.10

* Fixed compatibility issue with Python 3.10 caused by removal of `KeysView`.

##### v0.9.9

* Added support for accurate log message parameter extraction in a new function - `extract_parameters()`. The
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='drain3',
packages=['drain3'],
version="0.9.9",
version="0.9.10",
license='MIT',
description="Persistent & streaming log template miner",
long_description=long_description,
Expand Down

0 comments on commit 6570759

Please sign in to comment.