diff --git a/CHANGELOG.md b/CHANGELOG.md index de46c753b..5ac49f554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### ⬆️ diff --git a/iamlistening/__init__.py b/iamlistening/__init__.py index 586a8ff6d..29eca782a 100644 --- a/iamlistening/__init__.py +++ b/iamlistening/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "5.3.4" +__version__ = "5.3.5" from iamlistening.main import Listener diff --git a/pyproject.toml b/pyproject.toml index a7fb60507..35734a2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -148,6 +148,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] @@ -229,6 +230,7 @@ pytest-loguru = "^0.4.0" + [tool.poetry.group.docs]