Skip to content

Commit

Permalink
5.3.19
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 27, 2024
1 parent bdcf486 commit 703cc4c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# CHANGELOG


## v5.3.19 (2024-10-27)

### Fix

* ⬆️ dependencies fix (#400) ([`bdcf486`](https://github.com/mraniki/iamlistening/commit/bdcf4862e85141ebb3b6cae72671d36cdc41acfe))

* ⬆️ dependencies fix ([`41652e4`](https://github.com/mraniki/iamlistening/commit/41652e46e2f0dcf107e64ad7576817abf5f7cad2))


## v5.3.18 (2024-10-25)

### ⬆️
Expand Down Expand Up @@ -3265,6 +3274,16 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`819b3bc`](https://github.

## v1.1.1 (2023-07-18)

### :arrow_up:

* :arrow_up:dep ruff

Automatically generated by python-semantic-release ([`b9ddd30`](https://github.com/mraniki/iamlistening/commit/b9ddd30fd02ed7cb7eedf98f2f16b9095f9b9291))

* :arrow_up:dep ruff

Automatically generated by python-semantic-release ([`bd8086e`](https://github.com/mraniki/iamlistening/commit/bd8086e1f20e8fa5eec9f1c678afea0df59c6599))

### :bug:

* :bug: release test (#59) ([`f6f9d31`](https://github.com/mraniki/iamlistening/commit/f6f9d310ffcd9fb584c7ed77d47c532aa7614736))
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.18"
__version__ = "5.3.19"

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






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 703cc4c

Please sign in to comment.