File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# DataLab Simple Client Releases #
2
2
3
- ## Version 0.9.0 ##
3
+ ## Version 0.9.1 ##
4
4
5
- DataLab Simple Client is fully compatible with ** DataLab 0.13 .0** and above.
5
+ DataLab Simple Client is fully compatible with ** DataLab 0.14 .0** and above.
6
6
With older versions of the DataLab server, some features may not work.
7
7
8
8
💥 Changes:
Original file line number Diff line number Diff line change 17
17
from cdlclient .baseproxy import SimpleBaseProxy # noqa: F401
18
18
from cdlclient .remote import SimpleRemoteProxy # noqa: F401
19
19
20
- __version__ = "0.9.0 "
21
- __required_server_version__ = "0.13 .0"
20
+ __version__ = "0.9.1 "
21
+ __required_server_version__ = "0.14 .0"
22
22
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
23
23
__homeurl__ = "https://github.com/DataLab-Platform/DataLabSimpleClient/"
You can’t perform that action at this time.
0 commit comments