diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f131fd..3ccb8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ +## v4.13.28 (2025-01-12) + +### Other + +* Merge pull request #832 from mraniki/dev + +⬆️ 🤖 - You are sick twisted and perverted I like that in a person ([`535880c`](https://github.com/mraniki/MyLLM/commit/535880c0fe4bef41fd6ae16390118de93307ef6b)) + +### Update + +* Update dependabot configuration file format. ([`e3a2ad9`](https://github.com/mraniki/MyLLM/commit/e3a2ad9a0f9a853dbd710aeb533066fe073997e6)) + ## v4.13.27 (2025-01-11) ### Other diff --git a/myllm/__init__.py b/myllm/__init__.py index 1b46bd3..278846f 100644 --- a/myllm/__init__.py +++ b/myllm/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "4.13.27" +__version__ = "4.13.28" from .main import MyLLM diff --git a/pyproject.toml b/pyproject.toml index 0feacf7..71b5174 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MyLLM" -version = "4.13.27" +version = "4.13.28" description = "A python package to interact with llm model supported by g4f and langchain." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" @@ -118,6 +118,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] @@ -169,6 +170,7 @@ pytest-loguru = "^0.4.0" + [tool.poetry.group.docs]