From 30607d7377ddd18b301a402523d038da3bbe1162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sun, 15 Aug 2021 14:22:37 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 6 +----- satella/__init__.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a6a172..b7125219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1 @@ -# v2.17.17 - -* added automatic enum parsing to satella's JSONEncoder -* Satella's JSON file handling will internally use Satella's JSONEncoder -* added ExponentialBackoff.launch +# v2.17.18 diff --git a/satella/__init__.py b/satella/__init__.py index 36043c83..487940e3 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.17.17' +__version__ = '2.17.18a1' -- GitLab