Skip to content

Commit

Permalink
Update to version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MA24th committed May 14, 2022
1 parent e253edb commit d3062e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand All @@ -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.)
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Supported Versions

| Version | Supported |
|---------| ------------------ |
|---------|--------------------|
| > 4.0 | :white_check_mark: |
| > 4.7 | :white_check_mark: |
| > 4.7.2 | :white_check_mark: |
Expand All @@ -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

Expand Down

0 comments on commit d3062e9

Please sign in to comment.