From 751deeafd716bf5dc4ad0f22fd5dc370cd4bfe3f Mon Sep 17 00:00:00 2001 From: Badiboy Date: Wed, 8 Dec 2021 23:44:57 +0300 Subject: [PATCH] Bump version to 4.2.2 --- .travis.yml | 1 - README.md | 17 +++-------------- telebot/version.py | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36dbf89..c4bd8af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.6" - "3.7" - "3.8" - "3.9" diff --git a/README.md b/README.md index 5d62908..b751585 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

A simple, but extensible Python implementation for the Telegram Bot API.

Supports both sync and async ways.

-##

Supporting Bot API version: 5.4! +##

Supporting Bot API version: 5.5! ## Contents @@ -685,8 +685,9 @@ Result will be: ## API conformance +* ✔ [Bot API 5.5](https://core.telegram.org/bots/api#december-7-2021) * ✔ [Bot API 5.4](https://core.telegram.org/bots/api#november-5-2021) -* ➕ [Bot API 5.3](https://core.telegram.org/bots/api#june-25-2021) - ChatMemberXXX classes are full copies of ChatMember +* ➕ [Bot API 5.3](https://core.telegram.org/bots/api#june-25-2021) - ChatMember* classes are full copies of ChatMember * ✔ [Bot API 5.2](https://core.telegram.org/bots/api#april-26-2021) * ✔ [Bot API 5.1](https://core.telegram.org/bots/api#march-9-2021) * ✔ [Bot API 5.0](https://core.telegram.org/bots/api-changelog#november-4-2020) @@ -700,18 +701,6 @@ Result will be: * ✔ [Bot API 4.2](https://core.telegram.org/bots/api-changelog#april-14-2019) * ➕ [Bot API 4.1](https://core.telegram.org/bots/api-changelog#august-27-2018) - No Passport support * ➕ [Bot API 4.0](https://core.telegram.org/bots/api-changelog#july-26-2018) - No Passport support -* ✔ [Bot API 3.6](https://core.telegram.org/bots/api-changelog#february-13-2018) -* ✔ [Bot API 3.5](https://core.telegram.org/bots/api-changelog#november-17-2017) -* ✔ [Bot API 3.4](https://core.telegram.org/bots/api-changelog#october-11-2017) -* ✔ [Bot API 3.3](https://core.telegram.org/bots/api-changelog#august-23-2017) -* ✔ [Bot API 3.2](https://core.telegram.org/bots/api-changelog#july-21-2017) -* ✔ [Bot API 3.1](https://core.telegram.org/bots/api-changelog#june-30-2017) -* ✔ [Bot API 3.0](https://core.telegram.org/bots/api-changelog#may-18-2017) -* ✔ [Bot API 2.3.1](https://core.telegram.org/bots/api-changelog#december-4-2016) -* ✔ [Bot API 2.3](https://core.telegram.org/bots/api-changelog#november-21-2016) -* ✔ [Bot API 2.2](https://core.telegram.org/bots/api-changelog#october-3-2016) -* ✔ [Bot API 2.1](https://core.telegram.org/bots/api-changelog#may-22-2016) -* ✔ [Bot API 2.0](https://core.telegram.org/bots/api-changelog#april-9-2016) ## AsyncTeleBot diff --git a/telebot/version.py b/telebot/version.py index 9011d0c..468312f 100644 --- a/telebot/version.py +++ b/telebot/version.py @@ -1,3 +1,3 @@ # Versions should comply with PEP440. # This line is parsed in setup.py: -__version__ = '4.2.1' +__version__ = '4.2.2'