Skip to content

Commit 692df66

Browse files
committed
releasing new python domino version
1 parent 302f10a commit 692df66

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the `python-domino` library will be documented in this fi
44

55
## [Unreleased]
66

7+
### Added
8+
9+
### Changed
10+
11+
## 1.4.0
712
### Added
813
* Added budgets and billing tag features to enable creating and updating budgets and billing tags as well as creating projects with billing tags
914
* Added projects creation using v4 to allow more fields to be configurable, including billing_tag

README.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= python-domino
22

3-
:latest-version: 1.3.1
3+
:latest-version: 1.4.0
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).
@@ -35,6 +35,9 @@ The `python-domino` library is compatible with different versions of Domino:
3535

3636
| 5.10.0 or higher
3737
| {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
3841
|===
3942

4043
== Development

README.md

Lines changed: 3 additions & 2 deletions
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.3.1`.
10+
The latest released version of `python-domino` is `1.4.0`.
1111

1212
# Version compatibility matrix
1313

@@ -21,6 +21,7 @@ Domino:
2121
| 5.3.0 or higher | [1.2.0]https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.2.0.zip) or Higher |
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 |
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 |
2425

2526
# Development
2627

@@ -110,7 +111,7 @@ See
110111
# Budgets and Billing Tags
111112

112113
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)
114115
for example code.
115116

116117
### budget_defaults_list()

domino/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.1"
1+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)