From 184274d9b28bbfa06ac60e48bf286a761c6a6cb0 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 6 Mar 2021 21:46:05 +0100 Subject: [PATCH] Bump aiohttp to v3.7.4.post0 for a dep bump --- CHANGES.rst | 14 ++++++++++++++ aiohttp/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 082fe78dd15..f064f4895ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,20 @@ Changelog .. towncrier release notes start +3.7.4.post0 (2021-03-06) +======================== + +Misc +---- + +- Bumped upper bound of the ``chardet`` runtime dependency + to allow their v4.0 version stream. + `#5366 `_ + + +---- + + 3.7.4 (2021-02-25) ================== diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py index 23cd5c9d6de..12c73f4a321 100644 --- a/aiohttp/__init__.py +++ b/aiohttp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.7.4" +__version__ = "3.7.4.post0" from typing import Tuple