Skip to content

Commit

Permalink
chore(release): v0.4.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 10, 2022
1 parent 1b73815 commit 4509454
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.4.1 (2022-01-10)
### Fix
* **code detection:** Ignore messages like "fix: fix" ([`1b73815`](https://github.com/tm-a-t/TGPy/commit/1b73815928fdbdae3eae1202c01b4b53b9906ba4))

## v0.4.0 (2022-01-10)
### Feature
* Multiple improvements ([`6b9cbda`](https://github.com/tm-a-t/TGPy/commit/6b9cbdaf79b11cd1e5922999f96e9321a2df4051))
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.4.0"
version = "0.4.1"
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/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from tgpy.console import console
from tgpy.context import Context

__version__ = "0.4.0"
__version__ = "0.4.1"

logging.basicConfig(
level=logging.INFO, format='%(message)s', datefmt="[%X]", handlers=[RichHandler()]
Expand Down

0 comments on commit 4509454

Please sign in to comment.