Skip to content

Commit

Permalink
5.3.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 16, 2024
1 parent 4b2cfb4 commit 0c7b188
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v5.3.3 (2024-07-16)

### ⬆️

* ⬆️ 🤖 - You may my glories and my state dispose (#343) ([`4b2cfb4`](https://github.com/mraniki/iamlistening/commit/4b2cfb4f0871a5e8ab14319bfd1d3b0db59f301e))

* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.4 ([`74b7bfc`](https://github.com/mraniki/iamlistening/commit/74b7bfc9970f47b0a5a4ba748fab41851d6867f3))

* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.3 ([`ea0ec49`](https://github.com/mraniki/iamlistening/commit/ea0ec49cd42fab79278104d4a72fd4e322b958c0))

* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.0 ([`2a5a42c`](https://github.com/mraniki/iamlistening/commit/2a5a42c2c3d01c71044f8b1f3295db3ad60a8797))

## v5.3.2 (2024-07-11)

### ⬆️
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.2"
__version__ = "5.3.3"

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






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 0c7b188

Please sign in to comment.