Skip to content

Commit

Permalink
Release 1.0.2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet2096 committed Oct 6, 2020
1 parent 6f2c57c commit 4febeed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to the `python-domino` library will be documented in this fi

### Added

### Changed

## 1.0.2

### Added

* Added HW tier validation in DominoOperator
* Added ENV Variable `DOMINO_LOG_LEVEL` to set log level

Expand All @@ -15,6 +21,7 @@ All notable changes to the `python-domino` library will be documented in this fi
* Better logging in `runs_start_blocking` method
* Added raise for error code (4xx & 5xx)
* Fixed library initialization error in case host url had trailing slash
* Fix app publish issue with domino 4.3

## 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.1](https://github.com/dominodatalab/python-domino/archive/1.0.1.zip).
The latest released version is [1.0.2](https://github.com/dominodatalab/python-domino/archive/1.0.2.zip).

## Version Compatibility Matrix

Expand Down
2 changes: 1 addition & 1 deletion domino/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 4febeed

Please sign in to comment.