Skip to content

Prepare release 12.0.1 #280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
==========

12.0.1 (2023-06-29)
---------------------

* Initial release for DSS 12.0.1

12.0.0 (2023-06-13)
---------------------

Expand Down
2 changes: 0 additions & 2 deletions dataikuapi/dss/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down