From e1cf030a30f024e981140e1fbb7711e4fe37788d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 1 Jan 2020 20:36:08 +0200 Subject: [PATCH 1/6] Bump version --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 1eb6ca66..3d86ce7e 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,5 +38,5 @@ __all__ = [ 'utils' ] -__version__ = '2.5' +__version__ = '2.5.1' __api_version__ = '4.5' From 9d70b095b30d92754905d5fc95b6591f1cf85984 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 1 Jan 2020 21:41:11 +0200 Subject: [PATCH 2/6] Bump version --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 3d86ce7e..a85f73af 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,5 +38,5 @@ __all__ = [ 'utils' ] -__version__ = '2.5.1' +__version__ = '2.5.2' __api_version__ = '4.5' From dee654ae9fa0b6793a965113946190fd758b2bf2 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 3 Jan 2020 21:42:34 +0200 Subject: [PATCH 3/6] Update markdown quote pattern --- aiogram/utils/text_decorations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/utils/text_decorations.py b/aiogram/utils/text_decorations.py index 5b2cf51c..ad52c9d7 100644 --- a/aiogram/utils/text_decorations.py +++ b/aiogram/utils/text_decorations.py @@ -114,7 +114,7 @@ html_decoration = TextDecoration( quote=html.escape, ) -MARKDOWN_QUOTE_PATTERN = re.compile(r"([_*\[\]()~`>#+\-|{}.!])") +MARKDOWN_QUOTE_PATTERN = re.compile(r"([_*\[\]()~`>#+\-=|{}.!])") markdown_decoration = TextDecoration( link="[{value}]({link})", From d41be211d4c09fe27651d2bf2a780f4fb2098eec Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 5 Jan 2020 20:28:48 +0200 Subject: [PATCH 4/6] Bump version --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index a85f73af..8e008f39 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,5 +38,5 @@ __all__ = [ 'utils' ] -__version__ = '2.5.2' +__version__ = '2.5.3' __api_version__ = '4.5' From ad2bf96eb7dc23ed890d6052f6f632ca4940529a Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 23 Jan 2020 23:21:49 +0200 Subject: [PATCH 5/6] Bump API and framework versions --- README.md | 2 +- README.rst | 2 +- aiogram/__init__.py | 4 ++-- aiogram/bot/api.py | 2 +- docs/source/index.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4bea22bc..c54c2f50 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![PyPi status](https://img.shields.io/pypi/status/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![Downloads](https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![Supported python versions](https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) -[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-4.5-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api) +[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-4.6-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api) [![Documentation Status](https://img.shields.io/readthedocs/aiogram?style=flat-square)](http://docs.aiogram.dev/en/latest/?badge=latest) [![Github issues](https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square)](https://github.com/aiogram/aiogram/issues) [![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT) diff --git a/README.rst b/README.rst index da323e03..39c5ac25 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ AIOGramBot :target: https://pypi.python.org/pypi/aiogram :alt: Supported python versions -.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-4.5-blue.svg?style=flat-square&logo=telegram +.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-4.6-blue.svg?style=flat-square&logo=telegram :target: https://core.telegram.org/bots/api :alt: Telegram Bot API diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 8e008f39..e12ba3d9 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,5 +38,5 @@ __all__ = [ 'utils' ] -__version__ = '2.5.3' -__api_version__ = '4.5' +__version__ = '2.6' +__api_version__ = '4.6' diff --git a/aiogram/bot/api.py b/aiogram/bot/api.py index 5c6ce74d..a6dbd0ea 100644 --- a/aiogram/bot/api.py +++ b/aiogram/bot/api.py @@ -153,7 +153,7 @@ class Methods(Helper): """ Helper for Telegram API Methods listed on https://core.telegram.org/bots/api - List is updated to Bot API 4.5 + List is updated to Bot API 4.6 """ mode = HelperMode.lowerCamelCase diff --git a/docs/source/index.rst b/docs/source/index.rst index e81deb7f..71ed04d9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -22,7 +22,7 @@ Welcome to aiogram's documentation! :target: https://pypi.python.org/pypi/aiogram :alt: Supported python versions - .. image:: https://img.shields.io/badge/Telegram%20Bot%20API-4.5-blue.svg?style=flat-square&logo=telegram + .. image:: https://img.shields.io/badge/Telegram%20Bot%20API-4.6-blue.svg?style=flat-square&logo=telegram :target: https://core.telegram.org/bots/api :alt: Telegram Bot API From 577070c1d0593dd759c5edbcce7000f92d21bbb7 Mon Sep 17 00:00:00 2001 From: Jugal Kishore <49350241+crazyuploader@users.noreply.github.com> Date: Sun, 29 Mar 2020 11:24:23 +0530 Subject: [PATCH 6/6] Update install.rst Fix grammatical mistakes --- docs/source/install.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 58c0f208..e4717a42 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -15,7 +15,7 @@ Using Pipenv Using AUR --------- -*aiogram* is also available in Arch User Repository, so you can install this framework on any Arch-based distribution like ArchLinux, Antergos, Manjaro, etc. To do this, use your favorite AUR-helper and install `python-aiogram `_ package. +*aiogram* is also available in Arch User Repository, so you can install this framework on any Arch-based distribution like ArchLinux, Antergos, Manjaro, etc. To do this, use your favorite AUR-helper and install the `python-aiogram `_ package. From sources ------------ @@ -52,7 +52,7 @@ You can speedup your bots by following next instructions: $ pip install uvloop -- Use `ujson `_ instead of default json module. +- Use `ujson `_ instead of the default json module. *UltraJSON* is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3. @@ -64,9 +64,9 @@ You can speedup your bots by following next instructions: - Use aiohttp speedups - - Use `cchardet `_ instead of chardet module. + - Use `cchardet `_ instead of the chardet module. - *cChardet* is high speed universal character encoding detector. + *cChardet* is a high speed universal character encoding detector. **Installation:** @@ -94,4 +94,4 @@ You can speedup your bots by following next instructions: $ pip install aiohttp[speedups] -In addition, you don't need do nothing, *aiogram* is automatically starts using that if is found in your environment. +In addition, you don't need do anything, *aiogram* automatically starts using that if it is found in your environment.