Skip to content

Commit

Permalink
Prepare for release 0.14.2
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed May 6, 2021
1 parent 9281b8f commit 39d8c59
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion clients/python/marquez_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# -*- coding: utf-8 -*-

__author__ = """Marquez Project"""
__version__ = "0.14.1"
__version__ = "0.14.2"

from marquez_client.client import MarquezClient # noqa: F401
from marquez_client.client_wo import MarquezWriteOnlyClient # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion clients/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.1
current_version = 0.14.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="marquez-python",
version="0.14.1",
version="0.14.2",
description="Marquez Python Client",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.internal.http.connectionTimeout=60000
org.gradle.internal.http.socketTimeout=60000

version=0.14.2-SNAPSHOT
version=0.14.2
2 changes: 1 addition & 1 deletion integrations/airflow/marquez_airflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# -*- coding: utf-8 -*-

__author__ = """Marquez Project"""
__version__ = "0.14.1"
__version__ = "0.14.2"
__all__ = ["DAG"]

from marquez_airflow.dag import DAG
2 changes: 1 addition & 1 deletion integrations/airflow/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.1
current_version = 0.14.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion integrations/airflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name="marquez-airflow",
version="0.14.1",
version="0.14.2",
description="Marquez integration with Airflow",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 39d8c59

Please sign in to comment.