Skip to content

botogram 0.2

Pre-release
Pre-release

Choose a tag to compare

@pietroalbini pietroalbini released this 27 Mar 10:35
· 241 commits to master since this release

botogram 0.2 is the second alpha release of botogram.

botogram 0.2 is the second alpha release of botogram. It features an increased support for the upstream Telegram API, and also some bugfixes here and there.

This release also does some cleanup in the API, providing better methods and deprecating the old ones. The deprecated methods will be available until botogram 1.0, and warnings are in place to notify you where to change what.

You can check out all the changes in the changelog.

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

# Linux and OSX:
$ python3 -m pip install -U "botogram==0.2"

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

botogram 0.2 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.