Skip to content

Commit

Permalink
Prepare next development version 1.14.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: merobi-hub <merobi@gmail.com>
  • Loading branch information
merobi-hub committed Apr 24, 2024
1 parent 860dc6e commit 9ae8cc5
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 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.13.0
version=1.14.0-SNAPSHOT
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.13.0"
__version__ = "1.14.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.13.0"
version = "1.14.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.13.0
current_version = 1.14.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.13.0"
__version__ = "1.14.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.13.0
current_version = 1.14.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.13.0"
__version__ = "1.14.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.13.0"
__version__ = "1.14.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.13.0
current_version = 1.14.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.13.0"
__version__ = "1.14.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.13.0"
__version__ = "1.14.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.13.0
current_version = 1.14.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.13.0"
__version__ = "1.14.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 @@ -22,7 +22,7 @@ from openlineage.common.provider.dbt import (
)
from tqdm import tqdm

__version__ = "1.13.0"
__version__ = "1.14.0"

from openlineage.common.utils import parse_single_arg

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.13.0
current_version = 1.14.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.13.0"
__version__ = "1.14.0"

requirements = [
"tqdm>=4.62.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 1.13.0-SNAPSHOT
version 1.14.0-SNAPSHOT
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.13.0
version=1.14.0-SNAPSHOT
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.13.0
version=1.14.0-SNAPSHOT
flink.version=1.19.0
org.gradle.jvmargs=-Xmx1G

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 1.13.0-SNAPSHOT
version 1.14.0-SNAPSHOT
2 changes: 1 addition & 1 deletion integration/spark-interfaces-scala/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jdk8.build=true
version=1.13.0
version=1.14.0-SNAPSHOT
scala.binary.version=2.13
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.13.0
version=1.14.0-SNAPSHOT
org.gradle.jvmargs=-Xmx4G

spark.version=3.3.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 1.13.0-SNAPSHOT
version 1.14.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 1.13.0-SNAPSHOT
version 1.14.0-SNAPSHOT
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.13.0
current_version = 1.14.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.13.0"
version = "1.14.0"
edition = "2021"
authors = ["Piotr Wojtczak <piotr.m.wojtczak@gmail.com>", "Maciej Obuchowski <obuchowski.maciej@gmail.com>"]
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.13.0
version=1.14.0-SNAPSHOT
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.13.0"
version = "1.14.0"
edition = "2021"
authors = ["Maciej Obuchowski <obuchowski.maciej@gmail.com>"]
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.13.0"
version = "1.14.0"
edition = "2021"
authors = ["Maciej Obuchowski <obuchowski.maciej@gmail.com>", "Piotr Wojtczak <piotr.m.wojtczak@gmail.com"]
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.13.0
version=1.14.0-SNAPSHOT

0 comments on commit 9ae8cc5

Please sign in to comment.