Skip to content

Commit c2dba50

Browse files
authoredFeb 21, 2025
[RM-4608] Creating release version 1.4.5 (#215)
1 parent 790bfcf commit c2dba50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= python-domino
22

3-
:latest-version: 1.4.4
3+
:latest-version: 1.4.5
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).
@@ -40,7 +40,7 @@ The `python-domino` library is compatible with different versions of Domino:
4040
| {python-domino-repo}/archive/1.4.1.zip[1.4.1] or Higher
4141

4242
| 6.0.0 or higher
43-
| {python-domino-repo}/archive/1.4.4.zip[1.4.4] or Higher
43+
| {python-domino-repo}/archive/1.4.5.zip[1.4.5] or Higher
4444
|===
4545

4646
== Development

‎README.md

+3-3
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.4`.
10+
The latest released version of `python-domino` is `1.4.5`.
1111

1212
# Version compatibility matrix
1313

@@ -22,7 +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.4](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.4.zip) or Higher |
25+
| 6.0.0 or higher | [1.4.5](https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.5.zip) or Higher |
2626

2727
# Development
2828

@@ -112,7 +112,7 @@ See
112112
# Budgets and Billing Tags
113113

114114
See
115-
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/release-1.4.4/examples/example_budget_manager.py)
115+
[`example_budget_manager.py`](https://github.com/dominodatalab/python-domino/blob/release-1.4.5/examples/example_budget_manager.py)
116116
for example code.
117117

118118
### budget_defaults_list()

0 commit comments

Comments
 (0)
Please sign in to comment.