Skip to content

Commit

Permalink
chore(release): v0.17.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 21, 2024
1 parent 8afb6f6 commit 3b1f7da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.17.1 (2024-12-21)

### Bug Fixes

- **build**: Fix docker build
([`8afb6f6`](https://github.com/tm-a-t/TGPy/commit/8afb6f6b0cede378bb8c6d4d3fef7a8c130cd967))


## v0.17.0 (2024-12-21)

### Bug Fixes
Expand All @@ -26,6 +34,9 @@
- Format .nix files
([`bac06a8`](https://github.com/tm-a-t/TGPy/commit/bac06a8dc7da0362983809870d83e30539b868d8))

- **release**: V0.17.0 [skip ci]
([`f3ca16f`](https://github.com/tm-a-t/TGPy/commit/f3ca16f24b56d56e787c79933c5e0db36fdf8a42))

### Features

- Switch to PEP621 compliant pyproject.toml and pyproject.nix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tgpy"
version = "0.17.0"
version = "0.17.1"
description = "Run Python code right in your Telegram messages"
readme = "README.md"
requires-python = ">=3.10,<4"
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.17.0'
__version__ = '0.17.1'
IS_DEV_BUILD = False
COMMIT_HASH = None

0 comments on commit 3b1f7da

Please sign in to comment.