From 14dc23f3e04b31871aeaab97f2e8bc2a64717b00 Mon Sep 17 00:00:00 2001 From: Alex Panin <59580529+ddl-alexpanin@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:21:18 -0800 Subject: [PATCH] Release 1.0.3 (#82) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- domino/_version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd973c..50dabd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index 50c782a..226f914 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/domino/_version.py b/domino/_version.py index a6221b3..3f6fab6 100644 --- a/domino/_version.py +++ b/domino/_version.py @@ -1 +1 @@ -__version__ = '1.0.2' +__version__ = '1.0.3'