File tree Expand file tree Collapse file tree 12 files changed +20
-20
lines changed
Expand file tree Collapse file tree 12 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ name: marquez
2525sources :
2626 - https://github.com/MarquezProject/marquez
2727 - https://marquezproject.github.io/marquez/
28- version : 0.15.0
28+ version : 0.15.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ marquez:
1616 image :
1717 registry : docker.io
1818 repository : marquezproject/marquez
19- tag : 0.15.0
19+ tag : 0.15.1
2020 pullPolicy : IfNotPresent
2121 # # Name of the existing secret containing credentials for the Marquez installation.
2222 # # When this is specified, it will take precedence over the values configured in the 'db' section.
7070 image :
7171 registry : docker.io
7272 repository : marquezproject/marquez-web
73- tag : 0.15.0
73+ tag : 0.15.1
7474 pullPolicy : IfNotPresent
7575 # # Marquez website will run on this port
7676 # #
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Maven:
1010<dependency >
1111 <groupId >io.github.marquezproject</groupId >
1212 <artifactId >marquez-java</artifactId >
13- <version >0.15.0 </version >
13+ <version >0.15.1 </version >
1414</dependency >
1515```
1616
1717or Gradle:
1818
1919``` groovy
20- implementation 'io.github.marquezproject:marquez-java:0.15.0'
20+ implementation 'io.github.marquezproject:marquez-java:0.15.1
2121```
2222
2323## Usage
Original file line number Diff line number Diff line change 1313# -*- coding: utf-8 -*-
1414
1515__author__ = """Marquez Project"""
16- __version__ = "0.15.0 "
16+ __version__ = "0.15.1 "
1717
1818from marquez_client .client import MarquezClient # noqa: F401
1919from marquez_client .client_wo import MarquezWriteOnlyClient # noqa: F401
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.15.0
2+ current_version = 0.15.1
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>.*)
6- serialize =
6+ serialize =
77 {major}.{minor}.{patch}{rc}
88 {major}.{minor}.{patch}
99
Original file line number Diff line number Diff line change 3232
3333setup (
3434 name = "marquez-python" ,
35- version = "0.15.0 " ,
35+ version = "0.15.1 " ,
3636 description = "Marquez Python Client" ,
3737 long_description = readme ,
3838 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 11org.gradle.internal.http.connectionTimeout =60000
22org.gradle.internal.http.socketTimeout =60000
33
4- version =0.15.1-SNAPSHOT
4+ version =0.15.1
Original file line number Diff line number Diff line change 1313# -*- coding: utf-8 -*-
1414
1515__author__ = """Marquez Project"""
16- __version__ = "0.15.0 "
16+ __version__ = "0.15.1 "
1717__all__ = ["DAG" ]
1818
1919from marquez_airflow .dag import DAG
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.15.0
2+ current_version = 0.15.1
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>.*)
6- serialize =
6+ serialize =
77 {major}.{minor}.{patch}{rc}
88 {major}.{minor}.{patch}
99
Original file line number Diff line number Diff line change 4646
4747setup (
4848 name = "marquez-airflow" ,
49- version = "0.15.0 " ,
49+ version = "0.15.1 " ,
5050 description = "Marquez integration with Airflow" ,
5151 long_description = readme ,
5252 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments