diff --git a/client/java/gradle.properties b/client/java/gradle.properties index 5d29b89762..a2f25d711e 100644 --- a/client/java/gradle.properties +++ b/client/java/gradle.properties @@ -1,3 +1,3 @@ -version=1.22.0 +version=1.23.0-SNAPSHOT org.gradle.caching=true org.gradle.jvmargs=-Xmx4096M \ No newline at end of file diff --git a/client/python/openlineage/client/constants.py b/client/python/openlineage/client/constants.py index 45812b8698..a58137de2a 100644 --- a/client/python/openlineage/client/constants.py +++ b/client/python/openlineage/client/constants.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations -__version__ = "1.22.0" +__version__ = "1.23.0" DEFAULT_TIMEOUT_MS = 5000 DEFAULT_NAMESPACE_NAME = "default" diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index b0ad7ea796..ba91ac0f5a 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "openlineage-python" -version = "1.22.0" +version = "1.23.0" description = "OpenLineage Python Client" readme = "README.md" keywords = [ diff --git a/client/python/setup.cfg b/client/python/setup.cfg index ed63e0fa6b..2c18d3df04 100644 --- a/client/python/setup.cfg +++ b/client/python/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.22.0 +current_version = 1.23.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P.*) diff --git a/integration/airflow/openlineage/airflow/version.py b/integration/airflow/openlineage/airflow/version.py index 241e78711e..1983c3c784 100644 --- a/integration/airflow/openlineage/airflow/version.py +++ b/integration/airflow/openlineage/airflow/version.py @@ -1,4 +1,4 @@ # Copyright 2018-2024 contributors to the OpenLineage project # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.22.0" +__version__ = "1.23.0" diff --git a/integration/airflow/setup.cfg b/integration/airflow/setup.cfg index be9293cd8a..4369be8bf4 100644 --- a/integration/airflow/setup.cfg +++ b/integration/airflow/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.22.0 +current_version = 1.23.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P.*) diff --git a/integration/airflow/setup.py b/integration/airflow/setup.py index 0a89b1cb2f..4c6f0fc900 100644 --- a/integration/airflow/setup.py +++ b/integration/airflow/setup.py @@ -10,7 +10,7 @@ with open("README.md") as readme_file: readme = readme_file.read() -__version__ = "1.22.0" +__version__ = "1.23.0" requirements = [ "attrs>=20.0", diff --git a/integration/common/openlineage/common/__init__.py b/integration/common/openlineage/common/__init__.py index 241e78711e..1983c3c784 100644 --- a/integration/common/openlineage/common/__init__.py +++ b/integration/common/openlineage/common/__init__.py @@ -1,4 +1,4 @@ # Copyright 2018-2024 contributors to the OpenLineage project # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.22.0" +__version__ = "1.23.0" diff --git a/integration/common/setup.cfg b/integration/common/setup.cfg index eebc87feb4..9655d1598f 100644 --- a/integration/common/setup.cfg +++ b/integration/common/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.22.0 +current_version = 1.23.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P.*) diff --git a/integration/common/setup.py b/integration/common/setup.py index 4d4cec67b5..fbea437787 100644 --- a/integration/common/setup.py +++ b/integration/common/setup.py @@ -10,7 +10,7 @@ with open("README.md") as readme_file: readme = readme_file.read() -__version__ = "1.22.0" +__version__ = "1.23.0" project_urls = { diff --git a/integration/dagster/openlineage/dagster/__init__.py b/integration/dagster/openlineage/dagster/__init__.py index 241e78711e..1983c3c784 100644 --- a/integration/dagster/openlineage/dagster/__init__.py +++ b/integration/dagster/openlineage/dagster/__init__.py @@ -1,4 +1,4 @@ # Copyright 2018-2024 contributors to the OpenLineage project # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.22.0" +__version__ = "1.23.0" diff --git a/integration/dagster/setup.cfg b/integration/dagster/setup.cfg index 93628918e9..afebaef69e 100644 --- a/integration/dagster/setup.cfg +++ b/integration/dagster/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.22.0 +current_version = 1.23.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P.*) diff --git a/integration/dagster/setup.py b/integration/dagster/setup.py index a3a7ff34a6..c42f052d33 100644 --- a/integration/dagster/setup.py +++ b/integration/dagster/setup.py @@ -10,7 +10,7 @@ with open("README.md") as readme_file: readme = readme_file.read() -__version__ = "1.22.0" +__version__ = "1.23.0" DAGSTER_VERSION = "1.0.0" diff --git a/integration/dbt/scripts/dbt-ol b/integration/dbt/scripts/dbt-ol index 5b4ece671b..e7a5489068 100755 --- a/integration/dbt/scripts/dbt-ol +++ b/integration/dbt/scripts/dbt-ol @@ -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.22.0" +__version__ = "1.23.0" PRODUCER = f"https://github.com/OpenLineage/OpenLineage/tree/{__version__}/integration/dbt" diff --git a/integration/dbt/setup.cfg b/integration/dbt/setup.cfg index 4569aef0d7..6da9b9ea9c 100644 --- a/integration/dbt/setup.cfg +++ b/integration/dbt/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.22.0 +current_version = 1.23.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P.*) diff --git a/integration/dbt/setup.py b/integration/dbt/setup.py index 00a78859b1..463ae6fed0 100644 --- a/integration/dbt/setup.py +++ b/integration/dbt/setup.py @@ -10,7 +10,7 @@ with open("README.md") as readme_file: readme = readme_file.read() -__version__ = "1.22.0" +__version__ = "1.23.0" requirements = [ "tqdm>=4.62.0", diff --git a/integration/flink/app/src/test/resources/io/openlineage/flink/client/version.properties b/integration/flink/app/src/test/resources/io/openlineage/flink/client/version.properties index 0886ea8550..bb5c4f2c34 100644 --- a/integration/flink/app/src/test/resources/io/openlineage/flink/client/version.properties +++ b/integration/flink/app/src/test/resources/io/openlineage/flink/client/version.properties @@ -1 +1 @@ -version 1.22.0-SNAPSHOT +version 1.23.0-SNAPSHOT diff --git a/integration/flink/examples/stateful/gradle.properties b/integration/flink/examples/stateful/gradle.properties index 0ae378887d..a5beacddec 100644 --- a/integration/flink/examples/stateful/gradle.properties +++ b/integration/flink/examples/stateful/gradle.properties @@ -1 +1 @@ -version=1.22.0 +version=1.23.0-SNAPSHOT diff --git a/integration/flink/gradle.properties b/integration/flink/gradle.properties index 947eeebe83..dd8307d9a2 100644 --- a/integration/flink/gradle.properties +++ b/integration/flink/gradle.properties @@ -1,5 +1,5 @@ jdk8.build=true -version=1.22.0 +version=1.23.0-SNAPSHOT flink.version=1.19.0 org.gradle.jvmargs=-Xmx1G diff --git a/integration/flink/shared/src/test/resources/io/openlineage/flink/client/version.properties b/integration/flink/shared/src/test/resources/io/openlineage/flink/client/version.properties index 0886ea8550..bb5c4f2c34 100644 --- a/integration/flink/shared/src/test/resources/io/openlineage/flink/client/version.properties +++ b/integration/flink/shared/src/test/resources/io/openlineage/flink/client/version.properties @@ -1 +1 @@ -version 1.22.0-SNAPSHOT +version 1.23.0-SNAPSHOT diff --git a/integration/spark-extension-interfaces/gradle.properties b/integration/spark-extension-interfaces/gradle.properties index 4bed334e61..3d5ae1f9a9 100644 --- a/integration/spark-extension-interfaces/gradle.properties +++ b/integration/spark-extension-interfaces/gradle.properties @@ -1 +1 @@ -version=1.22.0 \ No newline at end of file +version=1.23.0-SNAPSHOT \ No newline at end of file diff --git a/integration/spark-extension-interfaces/src/test/resources/io/openlineage/spark/shade/extension/v1/lifecycle/plan/version.properties b/integration/spark-extension-interfaces/src/test/resources/io/openlineage/spark/shade/extension/v1/lifecycle/plan/version.properties index 0886ea8550..bb5c4f2c34 100644 --- a/integration/spark-extension-interfaces/src/test/resources/io/openlineage/spark/shade/extension/v1/lifecycle/plan/version.properties +++ b/integration/spark-extension-interfaces/src/test/resources/io/openlineage/spark/shade/extension/v1/lifecycle/plan/version.properties @@ -1 +1 @@ -version 1.22.0-SNAPSHOT +version 1.23.0-SNAPSHOT diff --git a/integration/spark/gradle.properties b/integration/spark/gradle.properties index 1cf9ded864..f6bfdd8986 100644 --- a/integration/spark/gradle.properties +++ b/integration/spark/gradle.properties @@ -1,4 +1,4 @@ -version=1.22.0 +version=1.23.0-SNAPSHOT org.gradle.jvmargs=-Xmx4G spark.version=3.3.4 diff --git a/integration/spark/spark2/src/test/resources/io/openlineage/spark/agent/version.properties b/integration/spark/spark2/src/test/resources/io/openlineage/spark/agent/version.properties index 0886ea8550..bb5c4f2c34 100644 --- a/integration/spark/spark2/src/test/resources/io/openlineage/spark/agent/version.properties +++ b/integration/spark/spark2/src/test/resources/io/openlineage/spark/agent/version.properties @@ -1 +1 @@ -version 1.22.0-SNAPSHOT +version 1.23.0-SNAPSHOT diff --git a/integration/spark/spark3/src/test/resources/io/openlineage/spark/agent/version.properties b/integration/spark/spark3/src/test/resources/io/openlineage/spark/agent/version.properties index 0886ea8550..bb5c4f2c34 100644 --- a/integration/spark/spark3/src/test/resources/io/openlineage/spark/agent/version.properties +++ b/integration/spark/spark3/src/test/resources/io/openlineage/spark/agent/version.properties @@ -1 +1 @@ -version 1.22.0-SNAPSHOT +version 1.23.0-SNAPSHOT diff --git a/integration/sql/.bumpversion.cfg b/integration/sql/.bumpversion.cfg index f374ff1711..40329d72a0 100644 --- a/integration/sql/.bumpversion.cfg +++ b/integration/sql/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.22.0 +current_version = 1.23.0 [bumpversion:file:iface-py/Cargo.toml] search = version = "{current_version}" diff --git a/integration/sql/iface-java/Cargo.toml b/integration/sql/iface-java/Cargo.toml index 1f8091664d..3e9ca8e8c6 100644 --- a/integration/sql/iface-java/Cargo.toml +++ b/integration/sql/iface-java/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openlineage_sql_java" description = "Java interface for the Rust OpenLineage lineage extraction library" -version = "1.22.0" +version = "1.23.0" edition = "2021" authors = ["Piotr Wojtczak ", "Maciej Obuchowski "] keywords = ["sql", "lineage", "openlineage", "java", "jni"] diff --git a/integration/sql/iface-java/gradle.properties b/integration/sql/iface-java/gradle.properties index 0ae378887d..a5beacddec 100644 --- a/integration/sql/iface-java/gradle.properties +++ b/integration/sql/iface-java/gradle.properties @@ -1 +1 @@ -version=1.22.0 +version=1.23.0-SNAPSHOT diff --git a/integration/sql/iface-py/Cargo.toml b/integration/sql/iface-py/Cargo.toml index a4e3935b74..2b4f28a9e0 100644 --- a/integration/sql/iface-py/Cargo.toml +++ b/integration/sql/iface-py/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openlineage_sql_python" description = "Python interface for the Rust OpenLineage lineage extraction library" -version = "1.22.0" +version = "1.23.0" edition = "2021" authors = ["Maciej Obuchowski "] keywords = ["sql", "lineage", "openlineage", "python"] diff --git a/integration/sql/impl/Cargo.toml b/integration/sql/impl/Cargo.toml index 83ddab9ae5..4e6977556a 100644 --- a/integration/sql/impl/Cargo.toml +++ b/integration/sql/impl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openlineage_sql" description = "Library extracting source and destination tables from sql statements" -version = "1.22.0" +version = "1.23.0" edition = "2021" authors = ["Maciej Obuchowski ", "Piotr Wojtczak