From cc665ffe516ccbc139fba7252ff89e886fed71a9 Mon Sep 17 00:00:00 2001 From: Vadim Laletin Date: Sat, 12 Aug 2023 17:19:45 +0200 Subject: [PATCH] Bump to 0.1.7 --- CHANGELOG.md | 4 ++++ aidbox_python_sdk/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da44b37..02d44a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.7 + +- Fix sqlalchemy tables recreation (useful in tests) + ## 0.1.6 - Revert subscriptions `request` arg changes that made in 0.1.5 diff --git a/aidbox_python_sdk/__init__.py b/aidbox_python_sdk/__init__.py index d32a249..949981e 100644 --- a/aidbox_python_sdk/__init__.py +++ b/aidbox_python_sdk/__init__.py @@ -1,5 +1,5 @@ __title__ = "aidbox-python-sdk" -__version__ = "0.1.6" +__version__ = "0.1.7" __author__ = "beda.software" __license__ = "None" __copyright__ = "Copyright 2023 beda.software"