From 5d80d7f0c312af0042d75716c93a95925a5a0ed4 Mon Sep 17 00:00:00 2001 From: Kevin REMY Date: Thu, 29 Jun 2023 12:34:35 +0200 Subject: [PATCH 1/2] Prepare release 12.0.1 --- HISTORY.txt | 5 +++++ dataikuapi/dss/scenario.py | 2 -- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index c1c8250d..96638e6a 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,11 @@ Changelog ========== +12.0.0 (2023-06-29) +--------------------- + +* Initial release for DSS 12.0.1 + 12.0.0 (2023-06-13) --------------------- diff --git a/dataikuapi/dss/scenario.py b/dataikuapi/dss/scenario.py index 1bfabfee..500d78c6 100644 --- a/dataikuapi/dss/scenario.py +++ b/dataikuapi/dss/scenario.py @@ -367,8 +367,6 @@ def get_raw(self): * **active** : whether the scenario runs its automatic triggers * **running** : whether the scenario is currently running * **start** : if the scenario is running, the timestamp of the beginning of the run - * **futureId** : identifier of the thread running the scenario in the DSS backend. Can be used to instantiate a :class:`dataikuapi.dss.future.DSSFuture` - * **trigger** : if the scenario is running, the trigger fire that initiated it, as a dict (see :meth:DSSTriggerFire.get_raw()`) :rtype: dict """ diff --git a/setup.py b/setup.py index bdbd5093..db3a09bf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "12.0.0" +VERSION = "12.0.1" long_description = (open('README').read() + '\n\n' + open('HISTORY.txt').read()) From 181f4de7b51a991b5a9b65798e8bcfcb7f028656 Mon Sep 17 00:00:00 2001 From: Kevin REMY Date: Thu, 29 Jun 2023 12:46:01 +0200 Subject: [PATCH 2/2] fix Typo in HISTORY.txt --- HISTORY.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 96638e6a..6938d287 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========== -12.0.0 (2023-06-29) +12.0.1 (2023-06-29) --------------------- * Initial release for DSS 12.0.1