Skip to content

Commit d2d4de0

Browse files
committed
updating python version
1 parent 6a2a4ad commit d2d4de0

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to the `python-domino` library will be documented in this fi
66

77
### Added
88

9+
### Changed
10+
11+
## 1.4.1
12+
### Added
13+
914
### Changed
1015
* updated type-extensions dependency to 4.5.0
1116

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

3939
| 5.11.0 or higher
40-
| {python-domino-repo}/archive/1.4.0.zip[1.4.0] or Higher
40+
| {python-domino-repo}/archive/1.4.1.zip[1.4.1] or Higher
4141
|===
4242

4343
== Development

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ 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.0`.
10+
The latest released version of `python-domino` is `1.4.1`.
1111

1212
# Version compatibility matrix
1313

1414
The `python-domino` library is compatible with different versions of
1515
Domino:
1616

17-
| Domino Versions | Python-Domino |
18-
|-----------------|:-----------------------------------------------------------------------------------:|
19-
| 3.6.x or lower | [0.3.5](https://github.com/dominodatalab/python-domino/archive/0.3.5.zip) |
20-
| 4.1.0 or higher | [1.0.0](https://github.com/dominodatalab/python-domino/archive/refs/tags/1.0.0.zip) or Higher |
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 |
17+
| Domino Versions | Python-Domino |
18+
|-----------------|:-----------------------------------------------------------------------------------------------------:|
19+
| 3.6.x or lower | [0.3.5](https://github.com/dominodatalab/python-domino/archive/0.3.5.zip) |
20+
| 4.1.0 or higher | [1.0.0](https://github.com/dominodatalab/python-domino/archive/refs/tags/1.0.0.zip) or Higher |
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 |
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 |
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 |
2525

2626
# Development
2727

domino/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)