Skip to content

Commit

Permalink
5.3.22
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 1, 2024
1 parent a827400 commit 099f6ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# CHANGELOG


## v5.3.22 (2024-11-01)

### ♻️

* ♻️ refactor client structure (#404) ([`a827400`](https://github.com/mraniki/iamlistening/commit/a82740055ed21d7fdf2ec63c51c84d5215dc5526))

* ♻️ refactor client structure ([`1585f5b`](https://github.com/mraniki/iamlistening/commit/1585f5b0afb4ac2e5810f7cbd5a7145b8aa439d2))


## v5.3.21 (2024-11-01)

### :recycle:
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.3.21"
__version__ = "5.3.22"

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.3.21"
version = "5.3.22"
description = "A python package to interact with messaging platform."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -164,6 +164,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 099f6ac

Please sign in to comment.