We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8efea3 commit af4c9d6Copy full SHA for af4c9d6
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# DataLab Simple Client Releases #
2
3
-## Version 0.8.0 ##
+## Version 0.8.1 ##
4
5
DataLab Simple Client is fully compatible with **DataLab 0.11.0** and above.
6
With older versions of the DataLab server, some features may not work.
cdlclient/__init__.py
@@ -17,7 +17,7 @@
17
from cdlclient.baseproxy import SimpleBaseProxy # noqa: F401
18
from cdlclient.remote import SimpleRemoteProxy # noqa: F401
19
20
-__version__ = "0.8.0"
+__version__ = "0.8.1"
21
__required_server_version__ = "0.11.0"
22
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
23
__homeurl__ = "https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/"
0 commit comments