Skip to content

Commit

Permalink
5.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 29, 2024
1 parent 87effa1 commit bbf897b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v5.1.2 (2024-03-29)

### 🔇

* 🔇 ([`27aaa4a`](https://github.com/mraniki/iamlistening/commit/27aaa4affdffeda7d0e6a8cc12114ca83c6e249f))

### 🔊

* 🔊 Improve log when no clients loaded (#288) ([`87effa1`](https://github.com/mraniki/iamlistening/commit/87effa1a031a18116982759bde90fae22cb7e3dd))

* 🔊 Improve log when no clients loaded ([`fc86305`](https://github.com/mraniki/iamlistening/commit/fc86305b76dd36531e0e26b0844dc1a6882c0e4e))


## v5.1.1 (2024-03-28)

### Update
Expand Down
2 changes: 1 addition & 1 deletion iamlistening/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "5.1.1"
__version__ = "5.1.2"

from iamlistening.main import Listener

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "iamlistening"
version = "5.1.1"
version = "5.1.2"
description = "A python package to interact with messaging platform."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -129,6 +129,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -192,6 +193,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit bbf897b

Please sign in to comment.