diff --git a/client/java/gradle.properties b/client/java/gradle.properties index 82f27faae6..effb977cfb 100644 --- a/client/java/gradle.properties +++ b/client/java/gradle.properties @@ -1 +1 @@ -version=1.11.3 +version=1.12.0-SNAPSHOT diff --git a/client/python/openlineage/client/constants.py b/client/python/openlineage/client/constants.py index 9e7df2d41e..f3b2207a75 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.11.3" +__version__ = "1.12.0" DEFAULT_TIMEOUT_MS = 5000 DEFAULT_NAMESPACE_NAME = "default" diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index 14483a30e8..f720ccc165 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "openlineage-python" -version = "1.11.3" +version = "1.12.0" description = "OpenLineage Python Client" readme = "README.md" keywords = [ diff --git a/client/python/setup.cfg b/client/python/setup.cfg index 4eba21c74d..3ee2e08389 100644 --- a/client/python/setup.cfg +++ b/client/python/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.3 +current_version = 1.12.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 83d91c66a4..c697a62414 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.11.3" +__version__ = "1.12.0" diff --git a/integration/airflow/setup.cfg b/integration/airflow/setup.cfg index 60127b62aa..c686b84e33 100644 --- a/integration/airflow/setup.cfg +++ b/integration/airflow/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.3 +current_version = 1.12.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 61460796c8..956c733f37 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.11.3" +__version__ = "1.12.0" requirements = [ "attrs>=20.0", diff --git a/integration/common/openlineage/common/__init__.py b/integration/common/openlineage/common/__init__.py index 83d91c66a4..c697a62414 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.11.3" +__version__ = "1.12.0" diff --git a/integration/common/setup.cfg b/integration/common/setup.cfg index ccb76e9f32..54e8c3eff8 100644 --- a/integration/common/setup.cfg +++ b/integration/common/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.3 +current_version = 1.12.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 1e3e8f56c8..ee47da139b 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.11.3" +__version__ = "1.12.0" project_urls = { diff --git a/integration/dagster/openlineage/dagster/__init__.py b/integration/dagster/openlineage/dagster/__init__.py index 83d91c66a4..c697a62414 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.11.3" +__version__ = "1.12.0" diff --git a/integration/dagster/setup.cfg b/integration/dagster/setup.cfg index 7073251fcc..6987ea9350 100644 --- a/integration/dagster/setup.cfg +++ b/integration/dagster/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.3 +current_version = 1.12.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 3ca045fea3..34de32bb2e 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.11.3" +__version__ = "1.12.0" DAGSTER_VERSION = "1.0.0" diff --git a/integration/dbt/scripts/dbt-ol b/integration/dbt/scripts/dbt-ol index 695d070fc4..9206fa8126 100755 --- a/integration/dbt/scripts/dbt-ol +++ b/integration/dbt/scripts/dbt-ol @@ -22,7 +22,7 @@ from openlineage.common.provider.dbt import ( ) from tqdm import tqdm -__version__ = "1.11.3" +__version__ = "1.12.0" from openlineage.common.utils import parse_single_arg diff --git a/integration/dbt/setup.cfg b/integration/dbt/setup.cfg index 528f594951..9d6901460f 100644 --- a/integration/dbt/setup.cfg +++ b/integration/dbt/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.3 +current_version = 1.12.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 93b72fec2e..fc3757791b 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.11.3" +__version__ = "1.12.0" requirements = [ "tqdm>=4.62.0", diff --git a/integration/flink/examples/stateful/gradle.properties b/integration/flink/examples/stateful/gradle.properties index 7214122340..1d04a5f264 100644 --- a/integration/flink/examples/stateful/gradle.properties +++ b/integration/flink/examples/stateful/gradle.properties @@ -1 +1 @@ -version=1.11.3 \ No newline at end of file +version=1.12.0-SNAPSHOT \ No newline at end of file diff --git a/integration/flink/gradle.properties b/integration/flink/gradle.properties index b41f6c3d72..bcf3408b17 100644 --- a/integration/flink/gradle.properties +++ b/integration/flink/gradle.properties @@ -1,5 +1,5 @@ jdk8.build=true -version=1.11.3 +version=1.12.0-SNAPSHOT flink.version=1.19.0 org.gradle.jvmargs=-Xmx1G diff --git a/integration/spark-interfaces-scala/gradle.properties b/integration/spark-interfaces-scala/gradle.properties index 3fe46964ab..9904da1721 100644 --- a/integration/spark-interfaces-scala/gradle.properties +++ b/integration/spark-interfaces-scala/gradle.properties @@ -1,3 +1,3 @@ jdk8.build=true -version=1.11.3 +version=1.12.0-SNAPSHOT scala.binary.version=2.13 \ No newline at end of file diff --git a/integration/spark/gradle.properties b/integration/spark/gradle.properties index 07b0c70509..8d89826c8b 100644 --- a/integration/spark/gradle.properties +++ b/integration/spark/gradle.properties @@ -1,5 +1,5 @@ jdk8.build=true -version=1.11.3 +version=1.12.0-SNAPSHOT org.gradle.jvmargs=-Xmx4G spark.version=3.3.4 diff --git a/integration/sql/.bumpversion.cfg b/integration/sql/.bumpversion.cfg index ca4e844e24..414852286a 100644 --- a/integration/sql/.bumpversion.cfg +++ b/integration/sql/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.3 +current_version = 1.12.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 2b9120d6a3..7913bed20a 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.11.3" +version = "1.12.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 82f27faae6..effb977cfb 100644 --- a/integration/sql/iface-java/gradle.properties +++ b/integration/sql/iface-java/gradle.properties @@ -1 +1 @@ -version=1.11.3 +version=1.12.0-SNAPSHOT diff --git a/integration/sql/iface-py/Cargo.toml b/integration/sql/iface-py/Cargo.toml index 1b65877614..909bad0276 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.11.3" +version = "1.12.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 184947bea0..dc657e6d65 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.11.3" +version = "1.12.0" edition = "2021" authors = ["Maciej Obuchowski ", "Piotr Wojtczak