diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea168c4..4a90a885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v10.3.28 (2024-09-23) + +### Other + +* Merge pull request #1865 from mraniki/dev + +⬆️ 🤖 - Among the lucky you are the chosen one ([`b73630f`](https://github.com/mraniki/tt/commit/b73630f2f04ed1bc14ed32f78db319f887b148c1)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency talkytrend to v3.3.2 ([`7babe50`](https://github.com/mraniki/tt/commit/7babe506e73b24ea83fb58c6d245124acc843437)) + ## v10.3.27 (2024-09-22) ### Other diff --git a/pyproject.toml b/pyproject.toml index ded2264a..36667176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "10.3.27" +version = "10.3.28" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils/version.py b/tt/utils/version.py index af8af327..5e60bb0a 100644 --- a/tt/utils/version.py +++ b/tt/utils/version.py @@ -3,7 +3,7 @@ """ -__version__ = "10.3.27" +__version__ = "10.3.28" import aiohttp