diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c3d17df..39c30dbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v10.3.32 (2024-10-03) + +### Other + +* Merge pull request #1875 from mraniki/dev + +⬆️ 🤖 - Learn to pause or nothing worthwhile can catch up to you ([`71e3719`](https://github.com/mraniki/tt/commit/71e3719ea3359d5f7539495ad7784699171eaa5b)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myllm to v4.12.21 ([`5a71360`](https://github.com/mraniki/tt/commit/5a713604a7d8d373657002cbc0993df040d78ea1)) + ## v10.3.31 (2024-10-02) ### Other diff --git a/pyproject.toml b/pyproject.toml index fedf70b9f..1c39793a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "10.3.31" +version = "10.3.32" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils/version.py b/tt/utils/version.py index 7d6f80429..1eae5f4c4 100644 --- a/tt/utils/version.py +++ b/tt/utils/version.py @@ -3,7 +3,7 @@ """ -__version__ = "10.3.31" +__version__ = "10.3.32" import aiohttp