Skip to content

Commit

Permalink
Merge pull request eternnoir#1384 from Badiboy/master
Browse files Browse the repository at this point in the history
Bump version to 4.2.2
  • Loading branch information
Badiboy authored Dec 8, 2021
2 parents 3ebefa1 + 751deea commit 7567c6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p align="center">A simple, but extensible Python implementation for the <a href="https://core.telegram.org/bots/api">Telegram Bot API</a>.</p>
<p align="center">Supports both sync and async ways.</p>

## <p align="center">Supporting Bot API version: <a href="https://core.telegram.org/bots/api#november-5-2021">5.4</a>!
## <p align="center">Supporting Bot API version: <a href="https://core.telegram.org/bots/api#december-7-2021">5.5</a>!

## Contents

Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion telebot/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '4.2.1'
__version__ = '4.2.2'

0 comments on commit 7567c6c

Please sign in to comment.