From 10fa3336b61c8f77d6558c4ef9784204c6f5562f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 5 Aug 2020 13:59:21 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 4 +--- satella/__init__.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c61504..07382368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,2 @@ -# v2.9.14 - -* extra feature added to `update_attr_if_none` +# v2.9.15 diff --git a/satella/__init__.py b/satella/__init__.py index 037e3a93..de249f24 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.9.14' +__version__ = '2.9.15_a1' -- GitLab