Skip to content

Commit

Permalink
Release 1.0.3 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-alexpanin committed Dec 16, 2020
1 parent cceb95c commit 14dc23f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ All notable changes to the `python-domino` library will be documented in this fi

### Added

### Changed

## 1.0.3

### Added

* Add v4 API endpoint `job_start` to start job with `onDemandSparkCluster` option
* Add v4 API endpoint `job_stop`, `job_status` & `job_start_blocking`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Python bindings for the Domino API.

Permits interaction with a Domino deployment from Python using the [Domino API](https://dominodatalab.github.io/api-docs/).

The latest released version is [1.0.2](https://github.com/dominodatalab/python-domino/archive/1.0.2.zip).
The latest released version is [1.0.3](https://github.com/dominodatalab/python-domino/archive/1.0.3.zip).

## Version Compatibility Matrix

Expand Down
2 changes: 1 addition & 1 deletion domino/_version.py
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.3'

0 comments on commit 14dc23f

Please sign in to comment.