File tree Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ name: marquez
25
25
sources :
26
26
- https://github.com/MarquezProject/marquez
27
27
- https://marquezproject.github.io/marquez/
28
- version : 0.19.0
28
+ version : 0.19.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ marquez:
16
16
image :
17
17
registry : docker.io
18
18
repository : marquezproject/marquez
19
- tag : 0.19.0
19
+ tag : 0.19.1
20
20
pullPolicy : IfNotPresent
21
21
# # Name of the existing secret containing credentials for the Marquez installation.
22
22
# # When this is specified, it will take precedence over the values configured in the 'db' section.
70
70
image :
71
71
registry : docker.io
72
72
repository : marquezproject/marquez-web
73
- tag : 0.19.0
73
+ tag : 0.19.1
74
74
pullPolicy : IfNotPresent
75
75
# # Marquez website will run on this port
76
76
# #
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Maven:
10
10
<dependency >
11
11
<groupId >io.github.marquezproject</groupId >
12
12
<artifactId >marquez-java</artifactId >
13
- <version >0.19.0 </version >
13
+ <version >0.19.1 </version >
14
14
</dependency >
15
15
```
16
16
17
17
or Gradle:
18
18
19
19
``` groovy
20
- implementation 'io.github.marquezproject:marquez-java:0.19.0
20
+ implementation 'io.github.marquezproject:marquez-java:0.19.1
21
21
```
22
22
23
23
## Usage
Original file line number Diff line number Diff line change 13
13
# -*- coding: utf-8 -*-
14
14
15
15
__author__ = """Marquez Project"""
16
- __version__ = "0.19.0 "
16
+ __version__ = "0.19.1 "
17
17
18
18
from marquez_client .client import MarquezClient # noqa: F401
19
19
from marquez_client .clients import Clients # noqa: F401
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.19.0
2
+ current_version = 0.19.1
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>.*)
Original file line number Diff line number Diff line change 33
33
34
34
setup (
35
35
name = "marquez-python" ,
36
- version = "0.19.0 " ,
36
+ version = "0.19.1 " ,
37
37
description = "Marquez Python Client" ,
38
38
long_description = readme ,
39
39
long_description_content_type = "text/markdown" ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
org.gradle.internal.http.connectionTimeout =60000
2
2
org.gradle.internal.http.socketTimeout =60000
3
3
4
- version =0.20.0-SNAPSHOT
4
+ version =0.19.1
Original file line number Diff line number Diff line change 13
13
# -*- coding: utf-8 -*-
14
14
15
15
__author__ = """Marquez Project"""
16
- __version__ = "0.19.0 "
16
+ __version__ = "0.19.1 "
17
17
__all__ = ["DAG" ]
18
18
19
19
from openlineage .airflow import DAG
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.19.0
2
+ current_version = 0.19.1
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>.*)
You can’t perform that action at this time.
0 commit comments