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 Oct 12, 2023
2 parents fd9464a + 593739f commit 43e0726
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



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

### Other

* Merge pull request #940 from mraniki/dev

👷‍♂️ CI update ([`cec9c6b`](https://github.com/mraniki/tt/commit/cec9c6b3c06852fe1ac2449c7d1dc2108b539505))

* :construction_worker_man: Added merge job for automerging releases. ([`6f7e933`](https://github.com/mraniki/tt/commit/6f7e933c4bb3a13bc02f3401e7c5377d48baeabf))

### Update

* Update github workflow ([`6e17261`](https://github.com/mraniki/tt/commit/6e172619fc834e344b291401dfae3244d71fa8f5))


## v6.4.49 (2023-10-11)

### 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.4.49"
version = "6.4.50"

[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.4.49"
__version__ = "6.4.50"


import asyncio
Expand Down

0 comments on commit 43e0726

Please sign in to comment.