From c15bf0399f13689eaed3831705cd9429e66b9c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 21 Apr 2021 16:22:25 +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 32688963..fe72e3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,2 @@ -# v2.15.7 +# v2.15.8 -* deprecated `IteratorListAdapter` -* fixed a bug that disabled json if ujson was not installed -* write_to_file_json has kwargs diff --git a/satella/__init__.py b/satella/__init__.py index bce70ec0..accf4583 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.15.7' +__version__ = '2.15.8a1' -- GitLab