File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to the `python-domino` library will be documented in this fi
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
9
+ ### Changed
10
+
11
+ ## 1.4.0
7
12
### Added
8
13
* Added budgets and billing tag features to enable creating and updating budgets and billing tags as well as creating projects with billing tags
9
14
* Added projects creation using v4 to allow more fields to be configurable, including billing_tag
Original file line number Diff line number Diff line change 1
1
= python-domino
2
2
3
- :latest-version: 1.3.1
3
+ :latest-version: 1.4.0
4
4
:python-domino-repo: https://github.com/dominodatalab/python-domino
5
5
6
6
This library provides bindings for the Domino APIs. It ships with the Domino Standard Environment (DSE).
@@ -35,6 +35,9 @@ The `python-domino` library is compatible with different versions of Domino:
35
35
36
36
| 5.10.0 or higher
37
37
| {python-domino-repo}/archive/1.3.1.zip[1.3.1] or Higher
38
+
39
+ | 5.11.0 or higher
40
+ | {python-domino-repo}/archive/1.4.0.zip[1.4.0] or Higher
38
41
|===
39
42
40
43
== Development
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ See this documentation for details about the APIs:
7
7
8
8
- [ Legacy APIs] ( https://dominodatalab.github.io/api-docs/ )
9
9
10
- The latest released version of ` python-domino ` is ` 1.3.1 ` .
10
+ The latest released version of ` python-domino ` is ` 1.4.0 ` .
11
11
12
12
# Version compatibility matrix
13
13
@@ -21,6 +21,7 @@ Domino:
21
21
| 5.3.0 or higher | [ 1.2.0] https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.2.0.zip ) or Higher |
22
22
| 5.5.0 or higher | [ 1.2.2] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.2.2.zip ) or Higher |
23
23
| 5.10.0 or higher | [ 1.3.1] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.3.1.zip ) or Higher |
24
+ | 5.11.0 or higher | [ 1.4.0] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.0.zip ) or Higher |
24
25
25
26
# Development
26
27
110
111
# Budgets and Billing Tags
111
112
112
113
See
113
- [ ` example_budget_manager.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.1 /examples/example_budget_manager.py )
114
+ [ ` example_budget_manager.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.4.0 /examples/example_budget_manager.py )
114
115
for example code.
115
116
116
117
### budget_defaults_list()
Original file line number Diff line number Diff line change 1
- __version__ = "1.3.1 "
1
+ __version__ = "1.4.0 "
You can’t perform that action at this time.
0 commit comments