Skip to content

Commit 57098dc

Browse files
committed
Bump to 0.1.5
1 parent 34b10f8 commit 57098dc

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.5
2+
3+
- Add aidbox_db fixture
4+
- Adjust subscriptions to have `app` key in `request` dict
5+
16
## 0.1.4
27

38
- Optimize app registration (get rid of manifest conversion)

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.4"
2+
__version__ = "0.1.5"
33
__author__ = "beda.software"
44
__license__ = "None"
55
__copyright__ = "Copyright 2023 beda.software"

0 commit comments

Comments
 (0)