From 77bed85e287482d29574bf6b3ba46f14c106085a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 1 Jun 2023 14:48:27 +0000 Subject: [PATCH] chore(release): v0.9.6 [skip ci] --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- tgpy/version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2624d05..c4cb42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.9.6 (2023-06-01) +### Fix +* Strip device model ([`a775cc5`](https://github.com/tm-a-t/TGPy/commit/a775cc5a6415e92d023c421578f31bdd57a7a88d)) + ## v0.9.5 (2023-06-01) ### Fix * Try to fix session termination issue by setting device_model and system_version to real values from the system ([`44e1c3d`](https://github.com/tm-a-t/TGPy/commit/44e1c3d8faf17f52ec289c3b6c69ae44ed75271e)) diff --git a/pyproject.toml b/pyproject.toml index 181d618..a18d7a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tgpy" -version = "0.9.5" +version = "0.9.6" 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 d676d0d..1976444 100644 --- a/tgpy/version.py +++ b/tgpy/version.py @@ -1,3 +1,3 @@ -__version__ = '0.9.5' +__version__ = '0.9.6' IS_DEV_BUILD = True COMMIT_HASH = None