Skip to content

Commit

Permalink
Merge branch 'dev' of [email protected]:mraniki/tt
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Oct 13, 2023
2 parents 019bf57 + f8141bc commit aec12ee
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v6.4.52 (2023-10-13)

### Other

* Merge pull request #943 from mraniki/dev

Update pyproject.toml with DXSP V6 ([`94be856`](https://github.com/mraniki/tt/commit/94be856cfdeb691f7555bdc64a4433dd63999818))

### Update

* Update pyproject.toml with DXSP V6 ([`707f538`](https://github.com/mraniki/tt/commit/707f538a91c10524cb4d1b48add4857d37692460))

### ♻️

* ♻️ ([`4341978`](https://github.com/mraniki/tt/commit/434197806edd4728ccdd85109f04af2b26b09eef))


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

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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.4.51"
version = "6.4.52"

[tool.poetry.dependencies]
python = "^3.10"
Expand All @@ -52,7 +52,7 @@ ping3 = "^4.0.4"
talkytrend = "1.15.2"
iamlistening = "4.2.13"
findmyorder = "1.9.1"
dxsp = "5.2.11"
dxsp = "6.0.0"
cefi = "3.1.6"
myllm = "3.1.25"

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.4.51"
__version__ = "6.4.52"


import asyncio
Expand Down

0 comments on commit aec12ee

Please sign in to comment.