Skip to content

Commit babf512

Browse files
authored
Prepare release 12.0.1 (#280)
* Prepare release 12.0.1 * fix Typo in HISTORY.txt
1 parent 85b4380 commit babf512

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

HISTORY.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
==========
33

4+
12.0.1 (2023-06-29)
5+
---------------------
6+
7+
* Initial release for DSS 12.0.1
8+
49
12.0.0 (2023-06-13)
510
---------------------
611

dataikuapi/dss/scenario.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@ def get_raw(self):
367367
* **active** : whether the scenario runs its automatic triggers
368368
* **running** : whether the scenario is currently running
369369
* **start** : if the scenario is running, the timestamp of the beginning of the run
370-
* **futureId** : identifier of the thread running the scenario in the DSS backend. Can be used to instantiate a :class:`dataikuapi.dss.future.DSSFuture`
371-
* **trigger** : if the scenario is running, the trigger fire that initiated it, as a dict (see :meth:DSSTriggerFire.get_raw()`)
372370
373371
:rtype: dict
374372
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = "12.0.0"
5+
VERSION = "12.0.1"
66

77
long_description = (open('README').read() + '\n\n' +
88
open('HISTORY.txt').read())

0 commit comments

Comments
 (0)