Skip to content

Commit

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

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

## v0.9.2 (2023-02-25)
### Fix
* Message editing bug ([`3d1d566`](https://github.com/tm-a-t/TGPy/commit/3d1d566864381ea939143fae3fad607e03b5a548))

## v0.9.1 (2023-02-25)
### Fix
* Update from older versions ([`df11e8b`](https://github.com/tm-a-t/TGPy/commit/df11e8b0b8801b7c0e47f29b173964a7b63fa887))
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.1"
version = "0.9.2"
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.1'
__version__ = '0.9.2'
IS_DEV_BUILD = True
COMMIT_HASH = None

0 comments on commit c1ac624

Please sign in to comment.