Skip to content

Commit 75c219b

Browse files
committed
Update version and required server version
1 parent 1d32cb7 commit 75c219b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# DataLab Simple Client Releases #
22

3-
## Version 0.9.0 ##
3+
## Version 0.9.1 ##
44

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.
66
With older versions of the DataLab server, some features may not work.
77

88
💥 Changes:

cdlclient/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from cdlclient.baseproxy import SimpleBaseProxy # noqa: F401
1818
from cdlclient.remote import SimpleRemoteProxy # noqa: F401
1919

20-
__version__ = "0.9.0"
21-
__required_server_version__ = "0.13.0"
20+
__version__ = "0.9.1"
21+
__required_server_version__ = "0.14.0"
2222
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
2323
__homeurl__ = "https://github.com/DataLab-Platform/DataLabSimpleClient/"

0 commit comments

Comments
 (0)