From d3062e9d80e8ca7dd4d06d763046eda26a0d42db Mon Sep 17 00:00:00 2001 From: Mustafa Asaad Date: Sat, 14 May 2022 10:59:17 +0300 Subject: [PATCH] Update to version 6.0.0 --- README.md | 7 +++---- SECURITY.md | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d287c13..ee942c5 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,8 @@ The Ultimate [Telegram Bot API](https://core.telegram.org/bots/api) Framework [![GPLv2 license](https://img.shields.io/badge/LICENSE-GPLv2-red)](https://github.com/ma24th/tgbotapi/blob/master/LICENSE) -[![PyPI](https://img.shields.io/badge/PyPI-v5.7-yellow.svg)](https://pypi.org/project/tgbotapi/) -[![Python package](https://github.com/MA24th/tgbotapi/workflows/Python%20package/badge.svg)]() -[![Upload Python Package](https://github.com/MA24th/tgbotapi/workflows/Upload%20Python%20Package/badge.svg)]() +[![PyPI](https://img.shields.io/badge/PyPI-v6.0.0-yellow.svg)](https://pypi.org/project/tgbotapi/) +[![Python package](https://github.com/MA24th/tgbotapi/actions/workflows/python-package.yml/badge.svg)](https://github.com/MA24th/tgbotapi/actions/workflows/python-package.yml) [![Telegram Group](https://img.shields.io/badge/Telegram-Group-blue.svg)](https://t.me/GuardBotc) @@ -17,7 +16,7 @@ The Ultimate [Telegram Bot API](https://core.telegram.org/bots/api) Framework > Presumed you have obtained a bot token with [@BotFather](https://core.telegram.org/bots#botfather) -### A simple echo bot +### A Simple Bot The Bot class encapsulates all API calls in a single class, It provides functions such as `send_xyz` (`send_message` , `send_document` etc.) diff --git a/SECURITY.md b/SECURITY.md index 801adb3..48e1bdc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,7 +3,7 @@ ## Supported Versions | Version | Supported | -|---------| ------------------ | +|---------|--------------------| | > 4.0 | :white_check_mark: | | > 4.7 | :white_check_mark: | | > 4.7.2 | :white_check_mark: | @@ -17,6 +17,7 @@ | > 5.5 | :white_check_mark: | | > 5.6 | :white_check_mark: | | > 5.7 | :white_check_mark: | +| > 6.0 | :white_check_mark: | ## Reporting a Vulnerability