Skip to content

Commit

Permalink
Prepare for release 0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hicks <[email protected]>
  • Loading branch information
Peter Hicks committed May 24, 2021
1 parent fa4825d commit 8ad406f
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.2"
__version__ = "0.15.0"

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.2
current_version = 0.15.0
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.2",
version="0.15.0",
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.3-SNAPSHOT
version=0.15.0
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.2"
__version__ = "0.15.0"
__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.2
current_version = 0.15.0
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 @@ -46,7 +46,7 @@

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

0 comments on commit 8ad406f

Please sign in to comment.