File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ All notable changes to the `python-domino` library will be documented in this fi
8
8
9
9
### Changed
10
10
11
+ ## 1.4.6
12
+
13
+ ### Added
14
+
15
+ ### Changed
16
+ * QE-17483: Loosen urllib3 version
17
+
11
18
## 1.4.5
12
19
13
20
### Added
Original file line number Diff line number Diff line change 1
1
= python-domino
2
2
3
- :latest-version: 1.4.5
3
+ :latest-version: 1.4.6
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).
@@ -40,7 +40,7 @@ The `python-domino` library is compatible with different versions of Domino:
40
40
| {python-domino-repo}/archive/1.4.1.zip[1.4.1] or Higher
41
41
42
42
| 6.0.0 or higher
43
- | {python-domino-repo}/archive/1.4.5 .zip[1.4.5 ] or Higher
43
+ | {python-domino-repo}/archive/1.4.6 .zip[1.4.6 ] or Higher
44
44
|===
45
45
46
46
== 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.4.5 ` .
10
+ The latest released version of ` python-domino ` is ` 1.4.6 ` .
11
11
12
12
# Version compatibility matrix
13
13
@@ -22,7 +22,7 @@ Domino:
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
24
| 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.5 ] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.5 .zip ) or Higher |
25
+ | 6.0.0 or higher | [ 1.4.6 ] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.6 .zip ) or Higher |
26
26
27
27
# Development
28
28
112
112
# Budgets and Billing Tags
113
113
114
114
See
115
- [ ` example_budget_manager.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.4.5 /examples/example_budget_manager.py )
115
+ [ ` example_budget_manager.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.4.6 /examples/example_budget_manager.py )
116
116
for example code.
117
117
118
118
### budget_defaults_list()
Original file line number Diff line number Diff line change 1
- __version__ = "1.4.5 "
1
+ __version__ = "1.4.6 "
You can’t perform that action at this time.
0 commit comments