Skip to content

Commit

Permalink
Prepare for release 1.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: merobi-hub <[email protected]>
  • Loading branch information
merobi-hub committed Jul 11, 2024
1 parent 813737a commit 546cef5
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion client/java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 1 @@
version=1.19.0-SNAPSHOT
version=1.18.0
2 changes: 1 addition & 1 deletion client/python/openlineage/client/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
# SPDX-License-Identifier: Apache-2.0
from __future__ import annotations

__version__ = "1.19.0"
__version__ = "1.18.0"

DEFAULT_TIMEOUT_MS = 5000
DEFAULT_NAMESPACE_NAME = "default"
Expand Down
2 changes: 1 addition & 1 deletion client/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ requires = [

[project]
name = "openlineage-python"
version = "1.19.0"
version = "1.18.0"
description = "OpenLineage Python Client"
readme = "README.md"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion client/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 1.19.0
current_version = 1.18.0
commit = False
tag = False
parse = (?P<major>\d )\.(?P<minor>\d )\.(?P<patch>\d )(?P<rc>.*)
Expand Down
2 changes: 1 addition & 1 deletion integration/airflow/openlineage/airflow/version.py
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
# Copyright 2018-2024 contributors to the OpenLineage project
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.19.0"
__version__ = "1.18.0"
2 changes: 1 addition & 1 deletion integration/airflow/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 1.19.0
current_version = 1.18.0
commit = False
tag = False
parse = (?P<major>\d )\.(?P<minor>\d )\.(?P<patch>\d )(?P<rc>.*)
Expand Down
2 changes: 1 addition & 1 deletion integration/airflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@
with open("README.md") as readme_file:
readme = readme_file.read()

__version__ = "1.19.0"
__version__ = "1.18.0"

requirements = [
"attrs>=20.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/common/openlineage/common/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
# Copyright 2018-2024 contributors to the OpenLineage project
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.19.0"
__version__ = "1.18.0"
2 changes: 1 addition & 1 deletion integration/common/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 1.19.0
current_version = 1.18.0
commit = False
tag = False
parse = (?P<major>\d )\.(?P<minor>\d )\.(?P<patch>\d )(?P<rc>.*)
Expand Down
2 changes: 1 addition & 1 deletion integration/common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@
with open("README.md") as readme_file:
readme = readme_file.read()

__version__ = "1.19.0"
__version__ = "1.18.0"


project_urls = {
Expand Down
2 changes: 1 addition & 1 deletion integration/dagster/openlineage/dagster/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
# Copyright 2018-2024 contributors to the OpenLineage project
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.19.0"
__version__ = "1.18.0"
2 changes: 1 addition & 1 deletion integration/dagster/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 1.19.0
current_version = 1.18.0
commit = False
tag = False
parse = (?P<major>\d )\.(?P<minor>\d )\.(?P<patch>\d )(?P<rc>.*)
Expand Down
2 changes: 1 addition & 1 deletion integration/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@
with open("README.md") as readme_file:
readme = readme_file.read()

__version__ = "1.19.0"
__version__ = "1.18.0"

DAGSTER_VERSION = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion integration/dbt/scripts/dbt-ol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ from openlineage.common.provider.dbt import (
from openlineage.common.utils import parse_multiple_args, parse_single_arg
from tqdm import tqdm

__version__ = "1.19.0"
__version__ = "1.18.0"


PRODUCER = f"https://github.com/OpenLineage/OpenLineage/tree/{__version__}/integration/dbt"
Expand Down
2 changes: 1 addition & 1 deletion integration/dbt/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 1.19.0
current_version = 1.18.0
commit = False
tag = False
parse = (?P<major>\d )\.(?P<minor>\d )\.(?P<patch>\d )(?P<rc>.*)
Expand Down
2 changes: 1 addition & 1 deletion integration/dbt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@
with open("README.md") as readme_file:
readme = readme_file.read()

__version__ = "1.19.0"
__version__ = "1.18.0"

requirements = [
"tqdm>=4.62.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/flink/examples/stateful/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 1 @@
version=1.19.0-SNAPSHOT
version=1.18.0
2 changes: 1 addition & 1 deletion integration/flink/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
jdk8.build=true
version=1.19.0-SNAPSHOT
version=1.18.0
flink.version=1.19.0
org.gradle.jvmargs=-Xmx1G

Expand Down
2 changes: 1 addition & 1 deletion integration/spark-extension-interfaces/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 1 @@
version=1.19.0-SNAPSHOT
version=1.18.0
2 changes: 1 addition & 1 deletion integration/spark/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
jdk8.build=true
version=1.19.0-SNAPSHOT
version=1.18.0
org.gradle.jvmargs=-Xmx4G

spark.version=3.3.4
Expand Down
2 changes: 1 addition & 1 deletion integration/sql/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[bumpversion]
current_version = 1.19.0
current_version = 1.18.0

[bumpversion:file:iface-py/Cargo.toml]
search = version = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion integration/sql/iface-java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
[package]
name = "openlineage_sql_java"
description = "Java interface for the Rust OpenLineage lineage extraction library"
version = "1.19.0"
version = "1.18.0"
edition = "2021"
authors = ["Piotr Wojtczak <[email protected]>", "Maciej Obuchowski <[email protected]>"]
keywords = ["sql", "lineage", "openlineage", "java", "jni"]
Expand Down
2 changes: 1 addition & 1 deletion integration/sql/iface-java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 1 @@
version=1.19.0-SNAPSHOT
version=1.18.0
2 changes: 1 addition & 1 deletion integration/sql/iface-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
[package]
name = "openlineage_sql_python"
description = "Python interface for the Rust OpenLineage lineage extraction library"
version = "1.19.0"
version = "1.18.0"
edition = "2021"
authors = ["Maciej Obuchowski <[email protected]>"]
keywords = ["sql", "lineage", "openlineage", "python"]
Expand Down
2 changes: 1 addition & 1 deletion integration/sql/impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
[package]
name = "openlineage_sql"
description = "Library extracting source and destination tables from sql statements"
version = "1.19.0"
version = "1.18.0"
edition = "2021"
authors = ["Maciej Obuchowski <[email protected]>", "Piotr Wojtczak <[email protected]"]
keywords = ["sql", "lineage", "openlineage"]
Expand Down
2 changes: 1 addition & 1 deletion proxy/backend/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 1 @@
version=1.19.0-SNAPSHOT
version=1.18.0

0 comments on commit 546cef5

Please sign in to comment.