-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Oct 12, 2023
1 parent
573177e
commit 4a908b0
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,35 @@ | |
|
||
|
||
|
||
## v3.1.31 (2023-10-12) | ||
|
||
### Other | ||
|
||
* Merge pull request #172 from mraniki/dev | ||
|
||
Update gitIgnoredAuthors in renovate.json ([`573177e`](https://github.com/mraniki/MyLLM/commit/573177ea047734b2569c614e17f4f1ea2c8dba22)) | ||
|
||
* Merge pull request #170 from mraniki/dev | ||
|
||
Add merge workflow for automerging releases ([`51fb7d8`](https://github.com/mraniki/MyLLM/commit/51fb7d81a6e8e5e5099bd371925bb71f5e85b3c2)) | ||
|
||
* Merge branch 'dev' of [email protected]:mraniki/MyLLM.git ([`4a986ba`](https://github.com/mraniki/MyLLM/commit/4a986ba02db0609e94221b814216f215ae8cecbc)) | ||
|
||
* Add merge workflow for automerging releases ([`654e140`](https://github.com/mraniki/MyLLM/commit/654e1404c6efa332607c356f15dfac1a4fcfc4fd)) | ||
|
||
* Merge pull request #169 from mraniki/dev | ||
|
||
Dev ([`62f29e6`](https://github.com/mraniki/MyLLM/commit/62f29e6a13973d83c6247dcd538e056795062f96)) | ||
|
||
* Merge branch 'dev' of [email protected]:mraniki/MyLLM.git ([`742c915`](https://github.com/mraniki/MyLLM/commit/742c915f688dfb4b0198f4673fcf57c2e588cefb)) | ||
|
||
* update Ci flow ([`ac6f3ce`](https://github.com/mraniki/MyLLM/commit/ac6f3ce64cbbf2819265ecd875f9cf2f40991158)) | ||
|
||
### Update | ||
|
||
* Update gitIgnoredAuthors in renovate.json ([`81cfaec`](https://github.com/mraniki/MyLLM/commit/81cfaec125b43bece52f780bac885d901b2bcc2e)) | ||
|
||
|
||
## v3.1.30 (2023-10-12) | ||
|
||
### Update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
""" | ||
Versioning | ||
""" | ||
__version__ = "3.1.30" | ||
__version__ = "3.1.31" | ||
|
||
|
||
from .main import MyLLM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
[tool.poetry] | ||
name = "MyLLM" | ||
version = "3.1.30" | ||
version = "3.1.31" | ||
description = "A python package to interact with llm model supported by g4f and langchain." | ||
authors = ["mraniki <[email protected]>"] | ||
license = "MIT License" | ||
|
@@ -91,6 +91,7 @@ overgeneral-exceptions = [ | |
|
||
|
||
|
||
|
||
|
||
|
||
[tool.poetry.group.test.dependencies] | ||
|
@@ -129,6 +130,7 @@ pytest-loguru = "^0.3.0" | |
|
||
|
||
|
||
|
||
|
||
|
||
[tool.poetry.group.docs] | ||
|