We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ba8f6 commit cc665ffCopy full SHA for cc665ff
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.7
2
+
3
+- Fix sqlalchemy tables recreation (useful in tests)
4
5
## 0.1.6
6
7
- Revert subscriptions `request` arg changes that made in 0.1.5
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"
0 commit comments