diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efb71a..88764fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.14.1 (2024-03-09) + +### Fix + +* Use cryptg-anyos again, because there are no official cp312-aarch64 binaries ([`50ca341`](https://github.com/tm-a-t/TGPy/commit/50ca3417c3bd3418bd66a02c52f35e5cf7d83b11)) + ## v0.14.0 (2024-03-09) ### Feature diff --git a/pyproject.toml b/pyproject.toml index d5365e0..23c7c67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tgpy" -version = "0.14.0" +version = "0.14.1" 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 cfe2f23..ec7c271 100644 --- a/tgpy/version.py +++ b/tgpy/version.py @@ -1,3 +1,3 @@ -__version__ = '0.14.0' +__version__ = '0.14.1' IS_DEV_BUILD = True COMMIT_HASH = None