diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cd21218581461247f45ce7662a4c7ebf8e0e5a..8154f5c0652f849f9343d5225f3b76941cf381b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,2 @@ -# v2.15 +# v2.15.1 -* added `file` to the schema diff --git a/satella/__init__.py b/satella/__init__.py index 11a480634a8490a15832e917903bf436203c573b..f1cd48c3ee63148d40fe7613f239b05dbd541bf2 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.15' +__version__ = '2.15.1a1'