File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# DataLab Simple Client Releases #
22
3+ ## Version 0.10.1 ##
4+
5+ 🛠️ Bug fixes:
6+
7+ * Fixed ` get_version ` method in ` SimpleRemoteProxy ` to handle server versions
8+ with a development suffix (e.g. ` 0.14.dev0 ` )
9+
310## Version 0.10.0 ##
411
512DataLab Simple Client is fully compatible with ** DataLab 0.14.2** and above.
Original file line number Diff line number Diff line change 1414from cdlclient .baseproxy import SimpleBaseProxy # noqa: F401
1515from cdlclient .remote import SimpleRemoteProxy # noqa: F401
1616
17- __version__ = "0.11.0 "
17+ __version__ = "0.10.1 "
1818__required_server_version__ = "0.14.2"
1919__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
2020__homeurl__ = "https://github.com/DataLab-Platform/DataLabSimpleClient/"
You can’t perform that action at this time.
0 commit comments