From 212069cbcb8ee97a83f30e9e2a3a26564f4389f2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Dec 2023 20:05:39 +0000 Subject: [PATCH] chore(release): v0.13.2 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- tgpy/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e9c51..e068a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.13.2 (2023-12-10) + +### Fix + +* Update telethon (fix draft constructor), update all dependencies ([`a2b6064`](https://github.com/tm-a-t/TGPy/commit/a2b60641af3a0cab9fef08e95e07447b6c61432a)) + ## v0.13.1 (2023-12-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6ccaba0..527b7a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tgpy" -version = "0.13.1" +version = "0.13.2" description = "Run Python code right in your Telegram messages" authors = ["tmat ", "vanutp ", "ntonee "] license = "MIT" diff --git a/tgpy/version.py b/tgpy/version.py index 2e96525..dc4f09e 100644 --- a/tgpy/version.py +++ b/tgpy/version.py @@ -1,3 +1,3 @@ -__version__ = '0.13.1' +__version__ = '0.13.2' IS_DEV_BUILD = True COMMIT_HASH = None