Skip to content

Commit

Permalink
Update dominodatalab to 1.4.3 (#208)
Browse files Browse the repository at this point in the history
### Link to JIRA

[DOM-59086](https://dominodatalab.atlassian.net/browse/DOM-59086)

### What issue does this pull request solve?

This increments the release version for 6.0.0 parity after inclusion of #207

### What is the solution?

_placeholder_

### Testing

Briefly describe how the change was tested. The purpose of this section is that a reviewer can identify a test gap, if any.

_e.g. "I ran an upgrade from 4.2 to 4.6"._

- [ ] Unit test(s)

### Pull Request Reminders

- [ ] Has the [changelog](https://github.com/dominodatalab/python-domino/blob/master/CHANGELOG.md) been updated
- [ ] Has relevant documentation been updated?
- [ ] Does the code follow [Python Style Guide] (https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html)
- [ ] Are the existing unit tests still passing?
- [ ] Have new unit tests been added to cover any changes to the code?
- [ ] Has the JIRA ticket(s) been linked above?

### References (optional)
  • Loading branch information
ddl-mmahmoud authored Oct 9, 2024
1 parent 51815fb commit f129831
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 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.4.3

### Added

### Changed
* Fixed issue with using `datasets_upload_files` function to upload folders to a snapshot on Windows

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= python-domino

:latest-version: 1.4.2
:latest-version: 1.4.3
: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 Expand Up @@ -40,7 +40,7 @@ The `python-domino` library is compatible with different versions of Domino:
| {python-domino-repo}/archive/1.4.1.zip[1.4.1] or Higher

| 6.0.0 or higher
| {python-domino-repo}/archive/1.4.2.zip[1.4.2] or Higher
| {python-domino-repo}/archive/1.4.3.zip[1.4.3] or Higher
|===

== Development
Expand Down
6 changes: 3 additions & 3 deletions 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.4.2`.
The latest released version of `python-domino` is `1.4.3`.

# Version compatibility matrix

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

# Development

Expand Down Expand Up @@ -112,7 +112,7 @@ See
# Budgets and Billing Tags

See
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/release-1.4.2/examples/example_budget_manager.py)
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/release-1.4.3/examples/example_budget_manager.py)
for example code.

### budget_defaults_list()
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.4.2"
__version__ = "1.4.3"

0 comments on commit f129831

Please sign in to comment.