Skip to content

Commit

Permalink
6.6.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 11, 2023
1 parent e294420 commit c9f0d9d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v6.6.14 (2023-12-11)

### Other

* Merge pull request #1068 from mraniki/dev

⬆️ 🤖 - Lord what fools these mortals be ([`e294420`](https://github.com/mraniki/tt/commit/e294420cf4b576ea52ac6ac7a054341b01d7cb5a))

### ⬆️

* ⬆️ 🛠️(deps): update dependency talkytrend to v1.15.8 ([`ddbb8c6`](https://github.com/mraniki/tt/commit/ddbb8c61ef2c055e76104385f5d89f14f19f0f00))

* ⬆️ 🛠️(deps): update dependency iamlistening to v4.2.28 ([`a0a65ce`](https://github.com/mraniki/tt/commit/a0a65cefcd551805fb9a5ade38251b2c5696cddd))

* ⬆️ 🛠️(deps): update dependency findmyorder to v1.9.10 ([`187ee9d`](https://github.com/mraniki/tt/commit/187ee9dca2607df6d192e06d422421445f984074))

* ⬆️ 🛠️(deps): update dependency cefi to v3.2.19 ([`4bfbef1`](https://github.com/mraniki/tt/commit/4bfbef186fd73b45a963f5e6f8b5c8b5b05df28a))


## v6.6.13 (2023-12-10)

### Other
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packages = [
{include = "tt"}
]
readme = "README.md"
version = "6.6.13"
version = "6.6.14"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
2 changes: 1 addition & 1 deletion tt/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
talky Utils
"""
__version__ = "6.6.13"
__version__ = "6.6.14"


import asyncio
Expand Down

0 comments on commit c9f0d9d

Please sign in to comment.