diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d21a7b..6367b294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v0.29.8 (2024-11-04) + +### Fix + +* fix(python-sdk): Remove long framework intros and replace by a simple line with a link to the website of the particular framework ([`3de7dee`](https://github.com/numerous-com/numerous-sdk/commit/3de7dee522239c9776dd70fc0e8daac0e937f20f)) + + + + ## v0.29.7 (2024-11-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c0df0f4f..dc8bdb07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "numerous" readme = "README.md" -version = "0.29.7" +version = "0.29.8" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "typing-extensions>=4.12.2",