From 92a3d90b890595aec86a739c390cfe1d6b7f8931 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 12 Oct 2017 17:16:22 +0300 Subject: [PATCH 1/3] Fix wrong Message. Date: Mon, 16 Oct 2017 19:35:16 +0300 Subject: [PATCH 2/3] Increment minor version. --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 0dc901ed..c72c07db 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -1,6 +1,6 @@ from .bot import Bot from .utils.versions import Version, Stage -VERSION = Version(0, 4, 3, stage=Stage.DEV, build=0) +VERSION = Version(0, 4, 4, stage=Stage.DEV, build=0) __version__ = VERSION.version From 378090196b9509b61cd5b75b898f7ef9b1049416 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 18 Oct 2017 21:56:27 +0300 Subject: [PATCH 3/3] ujson must be an optional dependency. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba3d4c48..66620d60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -ujson aiohttp>=2.1.0 appdirs>=1.4.3 async-timeout>=1.2.1