diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d650b38b04ffd2ee9196e690b72f04a94805cd4..a0ee346ba981d6d04b729b906d167e22ad7c4108 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 76dd40ce9f02341088b7a112d19b1db92b27506e..59a0bf7751119086a70158550012070fe93e83ed 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.20.4a3' +__version__ = '2.20.4'