From 7db852d64af4970c5078ef65639652ee3b010a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 30 Mar 2020 23:39:32 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ satella/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee237be9..3052592f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.7.5 + +* _TBA_ + # v2.7.4 * fixed `wraps` to provide __annotations__ as well diff --git a/satella/__init__.py b/satella/__init__.py index 6a4b6851..d762d908 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.7.4' +__version__ = '2.7.5_a1' -- GitLab