Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2023
2 parents b215c3c + d811e9d commit acf38c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!--next-version-placeholder-->

## v4.8.6 (2023-08-05)

### Fix

* ♻️ ([`7c8492d`](https://github.com/mraniki/tt/commit/7c8492d245272654348dec060b6225586788f555))
* 🔧 ([`ebd3fbf`](https://github.com/mraniki/tt/commit/ebd3fbf2c0d0c40f8edf3e94f16b93fef2c2f8d9))
* 🚑 uvi ([`a1a8848`](https://github.com/mraniki/tt/commit/a1a88489142806a2bdb66146fa4ea977e43c2348))
* 💬 ([`da0d259`](https://github.com/mraniki/tt/commit/da0d259393f54ebf4360ff3c2fa55c8ca32f4c7a))

## v4.8.5 (2023-08-05)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "tt"
version = "4.8.5"
version = "4.8.6"
description = "Connect CEX & DEX across multi messaging platforms with plugin support."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
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__ = "4.8.5"
__version__ = "4.8.6"


import asyncio
Expand Down

0 comments on commit acf38c2

Please sign in to comment.