From da5fbb683efcaf541f0f6fe8f9e30fb9bbac04c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 30 Jul 2022 12:57:50 +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 e8490402..2ac196d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1 @@ -# v2.21.1 - -* removed the decorator syntax for transaction, it''s confusing and contrary to Zen of Python -* fixed some random bug -* fixed docs for CPManager, also fixed a bug for it +# v2.21.2 diff --git a/satella/__init__.py b/satella/__init__.py index cb17521c..9311d3af 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.21.1' +__version__ = '2.21.2a1' -- GitLab