From 59681837781b60e62762b4f34ed4730830e3b9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 30 May 2022 14:36:16 +0200 Subject: [PATCH] fixed some changes --- CHANGELOG.md | 3 ++- satella/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d650b38..a0ee346b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ # v2.20.4 -* removed the decorator syntax for transaction, it's confusing and contrary to Zen of Python \ No newline at end of file +* removed the decorator syntax for transaction, it's confusing and contrary to Zen of Python +* fixed some random bug \ No newline at end of file diff --git a/satella/__init__.py b/satella/__init__.py index 76dd40ce..59a0bf77 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.20.4a3' +__version__ = '2.20.4' -- GitLab