Bump version

This commit is contained in:
Alex Root Junior 2021-09-22 02:00:45 +03:00
parent e4046095d7
commit 481aec2144
9 changed files with 35 additions and 16 deletions

View file

@ -1,3 +0,0 @@
Added support of local Bot API server files downloading
When Local API is enabled files can be downloaded via `bot.download`/`bot.download_file` methods.

View file

@ -1 +0,0 @@
Covered by tests and docs KeyboardBuilder util

View file

@ -1,4 +0,0 @@
**Breaking!!!**. Refactored and renamed exceptions.
- Exceptions module was moved from :code:`aiogram.utils.exceptions` to :code:`aiogram.exceptions`
- Added prefix `Telegram` for all error classes

View file

@ -1 +0,0 @@
Implemented I18n & L10n support

View file

@ -1 +0,0 @@
Replaced all :code:`pragma: no cover` marks via global :code:`.coveragerc` config

View file

@ -1,4 +0,0 @@
Updated dependencies.
**Breaking for framework developers**
Now all optional dependencies should be installed as extra: `poetry install -E fast -E redis -E proxy -E i18n -E docs`