We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6f1db commit 0f99389Copy full SHA for 0f99389
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.1.10
2
+
3
+- Improve exposed types.py
4
+- Use web.AppKey for client/db/sdk/settings app keys (backward compatible with str key)
5
6
## 0.1.9
7
8
- Drop support of python3.8
aidbox_python_sdk/__init__.py
@@ -1,5 +1,5 @@
__title__ = "aidbox-python-sdk"
-__version__ = "0.1.9"
+__version__ = "0.1.10"
__author__ = "beda.software"
__license__ = "None"
__copyright__ = "Copyright 2024 beda.software"
0 commit comments