Skip to content

Commit 6a423c7

Browse files
committed
Prepare for release 0.14.1
Signed-off-by: wslulciuc <[email protected]>
1 parent 1cb1299 commit 6a423c7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

clients/python/marquez_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -*- coding: utf-8 -*-
1414

1515
__author__ = """Marquez Project"""
16-
__version__ = "0.14.0"
16+
__version__ = "0.14.1"
1717

1818
from marquez_client.client import MarquezClient # noqa: F401
1919
from marquez_client.client_wo import MarquezWriteOnlyClient # noqa: F401

clients/python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.0
2+
current_version = 0.14.1
33
commit = False
44
tag = False
55

clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name="marquez-python",
35-
version="0.14.0",
35+
version="0.14.1",
3636
description="Marquez Python Client",
3737
long_description=readme,
3838
long_description_content_type="text/markdown",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.internal.http.connectionTimeout=60000
22
org.gradle.internal.http.socketTimeout=60000
33

4-
version=0.14.1-SNAPSHOT
4+
version=0.14.1

integrations/airflow/marquez_airflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -*- coding: utf-8 -*-
1414

1515
__author__ = """Marquez Project"""
16-
__version__ = "0.14.0"
16+
__version__ = "0.14.1"
1717
__all__ = ["DAG"]
1818

1919
from marquez_airflow.dag import DAG

integrations/airflow/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.0
2+
current_version = 0.14.1
33
commit = False
44
tag = False
55

integrations/airflow/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
setup(
4646
name="marquez-airflow",
47-
version="0.14.0",
47+
version="0.14.1",
4848
description="Marquez integration with Airflow",
4949
long_description=readme,
5050
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)