Skip to content

botogram 0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@pietroalbini pietroalbini released this 19 Jul 09:01
· 106 commits to master since this release
v0.4
28eff5c

botogram 0.4 is the fourth alpha release of botogram.

This release adds support for buttons and a few new APIs added in the meantime by Telegram. It also includes big performance improvements and a few deprecations to keep the API clean.

You can read the full changelog in the documentation.

If you want to install botogram 0.4, you can execute the following command:

# Linux and macOS:
$ python3 -m pip install -U "botogram==0.4"

# Windows:
C:\> py -3 -m pip install -U "botogram==0.4"

botogram 0.4 is an alpha release of botogram, and it might have bugs here and there. Be sure to report them in the issue tracker, so they can get fixed in the next release.