Skip to content

Commit

Permalink
Releasing python version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-olsonJD committed Jun 28, 2023
1 parent ffca436 commit 0357eeb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@

All notable changes to the `python-domino` library will be documented in this file.

## [Unreleased]
### Added

### Changed

## 1.2.4

### Added
* `job_start` now includes an optional `title` parameter

### Changed

## 1.2.3

### Added

### Changed

* Replaced `bs4` with `beautifulsoup4` in `setup.py`.

## 1.2.2
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= python-domino

:latest-version: 1.2.3
:latest-version: 1.2.4
:python-domino-repo: https://github.com/dominodatalab/python-domino

This library provides bindings for the Domino APIs. It ships with the Domino Standard Environment (DSE).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See this documentation for details about the APIs:

- [Legacy APIs](https://dominodatalab.github.io/api-docs/)

The latest released version of `python-domino` is `1.2.3`.
The latest released version of `python-domino` is `1.2.4`.

# Version compatibility matrix

Expand Down

0 comments on commit 0357eeb

Please sign in to comment.