From f037fb02ed154d68e3e43fa455ee29bd21e6db08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 10 May 2021 17:12:11 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 5 +---- satella/__init__.py | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e15965..5f1b6348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1 @@ -# v2.16 - -* changed semantics of `wrap_future` -* added `Directory` to schema configuration +# v2.16.1 diff --git a/satella/__init__.py b/satella/__init__.py index 50a1c84b..0c7c65f6 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.16' +__version__ = '2.16.1a1' -- GitLab