Skip to content

Commit

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

## v5.3.5 (2024-07-20)

### ⬆️

* ⬆️ 🤖 - If you tell the truth you dont have to remember anything (#347) ([`65f2f88`](https://github.com/mraniki/iamlistening/commit/65f2f888f0c2fca1e01e0a739eb08cc90ac82c2e))

* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.6 ([`3368fa0`](https://github.com/mraniki/iamlistening/commit/3368fa07bcf6fbf40c6bc53e2eff1cd822a70a3a))

## v5.3.4 (2024-07-17)

### ⬆️
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.4"
__version__ = "5.3.5"

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






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit c8a52a8

Please sign in to comment.