From 52615248f3c0fc82d343cb3fa178e92b998abd97 Mon Sep 17 00:00:00 2001 From: Alisson Lauffer Date: Fri, 9 Apr 2021 12:21:24 -0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ amanobot/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d5c66..d96eeaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # amanobot changelog +## 2.1.0 (2021-04-22) +- Bot API 5.1 +- See all bot API changes in https://core.telegram.org/bots/api#recent-changes. + ## 2.0.1 (2020-12-30) - Fixed a bug in download_file that prevented it from working diff --git a/amanobot/__init__.py b/amanobot/__init__.py index 5da069f..0f8ee28 100644 --- a/amanobot/__init__.py +++ b/amanobot/__init__.py @@ -12,7 +12,7 @@ from . import exception -__version__ = '2.0.1' +__version__ = '2.1.0' def flavor(msg):