Skip to content

botogram 0.3.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@pietroalbini pietroalbini released this 10 Aug 10:37
· 152 commits to master since this release

botogram 0.3.4 is a bugfix release for botogram 0.3.3.

  • Fix inability to send messages to supergroups by username, using the deprecated botogram.Bot.send() method (GH-74)

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

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

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

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