From 5851e32266f6232538f6212284363b7e5c83378d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 17 Aug 2021 03:07:38 +0300 Subject: [PATCH] Bump version // 2 --- CHANGES.rst | 2 +- aiogram/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5d0944dd..9028bbb8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,7 @@ Changelog .. towncrier release notes start -3.0.0a13 (2021-08-17) +3.0.0a14 (2021-08-17) ====================== Features diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 502480c2..737e8185 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -37,5 +37,5 @@ __all__ = ( "md", ) -__version__ = "3.0.0a13" +__version__ = "3.0.0a14" __api_version__ = "5.3" diff --git a/pyproject.toml b/pyproject.toml index ca114351..8ddeeaaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiogram" -version = "3.0.0-alpha.13" +version = "3.0.0-alpha.14" description = "Modern and fully asynchronous framework for Telegram Bot API" authors = ["Alex Root Junior "] license = "MIT"