Skip to content

Commit

Permalink
chore(release): v0.2.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 26, 2021
1 parent 50ffbe9 commit 81962c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## v0.2.3 (2021-12-26)
### Fix
* **update:** Try both regular installation and --user installation ([`50ffbe9`](https://github.com/tm-a-t/TGPy/commit/50ffbe94da5f8e061326be492f064c891bb63817))

## v0.2.2 (2021-12-26)
### Fix
* **update:** Use --user installation when updating ([`1902672`](https://github.com/tm-a-t/TGPy/commit/19026724dbe26e29562e580d187575c774125da8))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tgpy"
version = "0.2.2"
version = "0.2.3"
description = "Run Python code right in your Telegram messages"
authors = ["tmat <a@tmat.me>", "vanutp <hello@vanutp.dev>", "ntonee <a12286@yandex.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tgpy/__init__.py
Expand Up @@ -7,7 +7,7 @@
from tgpy.console import console


__version__ = "0.2.2"
__version__ = "0.2.3"

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

Expand Down

0 comments on commit 81962c1

Please sign in to comment.