diff --git a/CHANGELOG.md b/CHANGELOG.md index e84904021825a652b93b35969ef27dd2acfde9a9..2ac196d37d8426df263f555f4e32133af57bcd4e 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 cb17521c105d937af41ba6491eecd14a2e73d2f0..9311d3af4feb5d10192d924ced985bafa731247c 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.21.1' +__version__ = '2.21.2a1'