Skip to content

Commit cc665ff

Browse files
committed
Bump to 0.1.7
1 parent 59ba8f6 commit cc665ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.7
2+
3+
- Fix sqlalchemy tables recreation (useful in tests)
4+
15
## 0.1.6
26

37
- Revert subscriptions `request` arg changes that made in 0.1.5

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

0 commit comments

Comments
 (0)