Skip to content

Commit

Permalink
[RM-4608] Creating release version 1.4.5 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-s-rodriguez authored Feb 21, 2025
1 parent 790bfcf commit c2dba50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.4
:latest-version: 1.4.5
: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.4.zip[1.4.4] or Higher
| {python-domino-repo}/archive/1.4.5.zip[1.4.5] 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.4`.
The latest released version of `python-domino` is `1.4.5`.

# 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.4](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.4.zip) or Higher |
| 6.0.0 or higher | [1.4.5](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.5.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.4/examples/example_budget_manager.py)
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/release-1.4.5/examples/example_budget_manager.py)
for example code.

### budget_defaults_list()
Expand Down

0 comments on commit c2dba50

Please sign in to comment.