Skip to content

Commit

Permalink
chore(release): v0.9.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 5, 2023
1 parent f44d8a3 commit 1794a21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.9.4 (2023-05-05)
### Fix
* Initial setup can now be interrupted with ctrl+c ([`e6253c7`](https://github.com/tm-a-t/TGPy/commit/e6253c7573f1eed9bbaefe739a967181a9c932e9))
* Initial setup prompts now work properly ([`8713dff`](https://github.com/tm-a-t/TGPy/commit/8713dff2f216bdadb9b07269c68f909b6867f681))

## v0.9.3 (2023-02-25)
### Fix
* Deleting message no longer produces an error ([`ef317d9`](https://github.com/tm-a-t/TGPy/commit/ef317d98b9e817843eca8f0756147855217ccb3b))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tgpy"
version = "0.9.3"
version = "0.9.4"
description = "Run Python code right in your Telegram messages"
authors = ["tmat <[email protected]>", "vanutp <[email protected]>", "ntonee <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tgpy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.9.3'
__version__ = '0.9.4'
IS_DEV_BUILD = True
COMMIT_HASH = None

0 comments on commit 1794a21

Please sign in to comment.