Skip to content

Commit

Permalink
3.1.12
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 5, 2023
1 parent 99fec74 commit dba798c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@



## v3.1.12 (2023-10-05)

### Other

* Merge pull request #142 from mraniki/dev

⬆️ ([`99fec74`](https://github.com/mraniki/MyLLM/commit/99fec742aabb7887d68c383ec1ddec0a80915962))

* Merge pull request #141 from mraniki/renovate/pytest-loguru-0.x

⬆️ 🛠️(deps): update dependency pytest-loguru to ^0.3.0 ([`8e20560`](https://github.com/mraniki/MyLLM/commit/8e2056072071abb065ea5b8dbfe058501e94d3ac))

### Update

* Update Requirements ([`9d30201`](https://github.com/mraniki/MyLLM/commit/9d302016649c8d48bc7001ad88b86d181a90419c))

### ♻️

* ♻️ ([`8ab4741`](https://github.com/mraniki/MyLLM/commit/8ab474199a2bee9cc5b8303b027d8b1a70c7feb8))

* ♻️ ([`70bb0e5`](https://github.com/mraniki/MyLLM/commit/70bb0e5371fcab57839dc5490d8a8b9ce60b98f2))

### ⬆️

* ⬆️ ([`0bb6e6b`](https://github.com/mraniki/MyLLM/commit/0bb6e6be3ed1d3537a2ed5d563261d7e90de14e0))

* ⬆️ 🛠️(deps): update dependency pytest-loguru to ^0.3.0 ([`c18f2e9`](https://github.com/mraniki/MyLLM/commit/c18f2e98f6c4e76fb3d7c54336a6be070e7ff29c))


## v3.1.11 (2023-10-04)

### Other
Expand Down
2 changes: 1 addition & 1 deletion myllm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "3.1.11"
__version__ = "3.1.12"


from .main import MyLLM
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "MyLLM"
version = "3.1.11"
version = "3.1.12"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -75,6 +75,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -94,6 +95,7 @@ pytest-loguru = "^0.3.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit dba798c

Please sign in to comment.