Skip to content

Commit 0f99389

Browse files
committed
Bump to 0.1.10
1 parent cc6f1db commit 0f99389

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 0.1.9
27

38
- Drop support of python3.8

aidbox_python_sdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "aidbox-python-sdk"
2-
__version__ = "0.1.9"
2+
__version__ = "0.1.10"
33
__author__ = "beda.software"
44
__license__ = "None"
55
__copyright__ = "Copyright 2024 beda.software"

0 commit comments

Comments
 (0)