Post content
We've just released v12.5 Thanks for anyone who've contributed to this release. As usual, upgrade using pip install -U python-telegram-bot New Features: - Bot.link gives the t.me link of the bot (#1770) Major Changes: - Bot API 4.5 and 4.6 support. (#1508, #1723) Minor changes, CI improvements or bug fixes: - Remove legacy CI files (#1783, #1791) - Update pre-commit config file (#1787) - Remove builtin names (#1792) - CI improvements (#1808, #1848) - Support Python 3.8 (#1614, #1824) - Use stale bot for auto closing stale issues (#1820, #1829, #1840) - Doc fixes (#1778, #1818) - Fix typo in edit_message_media (#1779) - In examples, answer CallbackQueries and use edit_message_text shortcut (#1721) - Revert accidental change in vendored urllib3 (#1775)