We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b10f8 commit 57098dcCopy full SHA for 57098dc
CHANGELOG.md
@@ -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
6
## 0.1.4
7
8
- Optimize app registration (get rid of manifest conversion)
aidbox_python_sdk/__init__.py
@@ -1,5 +1,5 @@
__title__ = "aidbox-python-sdk"
-__version__ = "0.1.4"
+__version__ = "0.1.5"
__author__ = "beda.software"
__license__ = "None"
__copyright__ = "Copyright 2023 beda.software"
0 commit comments