Skip to content

Commit 3a2b368

Browse files
authored
Update dominodatalab to 1.4.2 (#205)
1 parent a7c73ec commit 3a2b368

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to the `python-domino` library will be documented in this fi
66

77
### Added
88

9+
### Changed
10+
11+
## 1.4.2
12+
13+
### Added
14+
915
### Changed
1016
* Fixed issue with using `datasets_upload_files` function to upload files to a snapshot on Windows
1117

README.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= python-domino
22

3-
:latest-version: 1.4.1
3+
:latest-version: 1.4.2
44
:python-domino-repo: https://github.com/dominodatalab/python-domino
55

66
This library provides bindings for the Domino APIs. It ships with the Domino Standard Environment (DSE).
@@ -38,6 +38,9 @@ The `python-domino` library is compatible with different versions of Domino:
3838

3939
| 5.11.0 or higher
4040
| {python-domino-repo}/archive/1.4.1.zip[1.4.1] or Higher
41+
42+
| 6.0.0 or higher
43+
| {python-domino-repo}/archive/1.4.2.zip[1.4.2] or Higher
4144
|===
4245

4346
== Development

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See this documentation for details about the APIs:
77

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

10-
The latest released version of `python-domino` is `1.4.1`.
10+
The latest released version of `python-domino` is `1.4.2`.
1111

1212
# Version compatibility matrix
1313

@@ -22,6 +22,7 @@ Domino:
2222
| 5.5.0 or higher | [1.2.2](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.2.2.zip) or Higher |
2323
| 5.10.0 or higher | [1.3.1](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.3.1.zip) or Higher |
2424
| 5.11.0 or higher | [1.4.1](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.1.zip) or Higher |
25+
| 6.0.0 or higher | [1.4.2](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.2.zip) or Higher |
2526

2627
# Development
2728

@@ -111,7 +112,7 @@ See
111112
# Budgets and Billing Tags
112113

113114
See
114-
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/release-1.4.0/examples/example_budget_manager.py)
115+
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/release-1.4.2/examples/example_budget_manager.py)
115116
for example code.
116117

117118
### budget_defaults_list()

domino/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.1"
1+
__version__ = "1.4.2"

0 commit comments

Comments
 (0)