Skip to content

Commit

Permalink
Bump to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m1n0 committed Jun 20, 2024
1 parent bcfb8c2 commit 46cd46d
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion soda/athena/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-athena"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Athena Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-bigquery"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Bigquery Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/contracts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-contracts"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Contracts Package"

requires = [f"soda-core=={package_version}", "jsonschema>=4.20.0"]
Expand Down
2 changes: 1 addition & 1 deletion soda/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package_name = "soda-core"
# Managed by tbump - do not change manually
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/core/soda/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SODA_CORE_VERSION = "3.3.5"
SODA_CORE_VERSION = "3.3.6"
2 changes: 1 addition & 1 deletion soda/dask/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-pandas-dask"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Dask Package"

# 2023.10 or its subdependencies introduces breaking changes in how rows are counted, so we stay away from it for now.
Expand Down
2 changes: 1 addition & 1 deletion soda/db2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-db2"
package_version = "3.3.5"
package_version = "3.3.6"
# TODO Add proper description
description = "Soda Core IBM DB2 Package"

Expand Down
2 changes: 1 addition & 1 deletion soda/dbt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-dbt"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core dbt Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/denodo/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-denodo"
package_version = "3.3.5"
package_version = "3.3.6"
# TODO Add proper description
description = "Soda Core Denodo Package"

Expand Down
2 changes: 1 addition & 1 deletion soda/dremio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-dremio"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Dremio Package"

requires = [f"soda-core=={package_version}", "pyodbc", "pyarrow"]
Expand Down
2 changes: 1 addition & 1 deletion soda/duckdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-duckdb"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Duckdb Package"

requires = [f"soda-core=={package_version}", "duckdb"]
Expand Down
2 changes: 1 addition & 1 deletion soda/mysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-mysql"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core MySQL Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/oracle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-oracle"
package_version = "3.3.5"
package_version = "3.3.6"
# TODO Add proper description
description = "Soda Core Oracle Package"

Expand Down
2 changes: 1 addition & 1 deletion soda/postgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-postgres"
package_version = "3.3.5"
package_version = "3.3.6"
# TODO Add proper description
description = "Soda Core Postgres Package"

Expand Down
2 changes: 1 addition & 1 deletion soda/redshift/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-redshift"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Redshift Package"

requires = [f"soda-core=={package_version}", "boto3", "psycopg2-binary>=2.8.5, <3.0"]
Expand Down
2 changes: 1 addition & 1 deletion soda/scientific/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-scientific"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Scientific Package"
requires = [
f"soda-core=={package_version}",
Expand Down
2 changes: 1 addition & 1 deletion soda/snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-snowflake"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Snowflake Package"

requires = [f"soda-core=={package_version}", "snowflake-connector-python~=3.0"]
Expand Down
2 changes: 1 addition & 1 deletion soda/spark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-spark"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Spark Package"

requires = [f"soda-core=={package_version}"]
Expand Down
2 changes: 1 addition & 1 deletion soda/spark_df/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-spark-df"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Spark Dataframe Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/sqlserver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-sqlserver"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core SQL Server Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/teradata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-teradata"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Teradata Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/trino/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-trino"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Trino Package"

requires = [f"soda-core=={package_version}", "trino>=0.315.0"]
Expand Down
2 changes: 1 addition & 1 deletion soda/vertica/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages, setup

package_name = "soda-core-vertica"
package_version = "3.3.5"
package_version = "3.3.6"
description = "Soda Core Vertica Package"

requires = [f"soda-core=={package_version}", "vertica-python>=1.0.3, <2.0"]
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "3.3.5"
current = "3.3.6"

regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<prerelease>[a-z]+)(?P<build>\d+))?
Expand Down

0 comments on commit 46cd46d

Please sign in to comment.