Skip to content

Commit

Permalink
Bump to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykiran committed Sep 21, 2022
1 parent 16c075f commit 671ebf5
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion soda/athena/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-athena"
package_version = "3.0.7"
package_version = "3.0.8"
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 @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-bigquery"
package_version = "3.0.7"
package_version = "3.0.8"
description = "Soda Core Bigquery Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

# long_description = (pathlib.Path(__file__).parent.parent / "README.md").read_text()
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.0.7"
SODA_CORE_VERSION = "3.0.8"
2 changes: 1 addition & 1 deletion soda/db2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-db2"
package_version = "3.0.7"
package_version = "3.0.8"
# 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 @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-dbt"
package_version = "3.0.7"
package_version = "3.0.8"
description = "Soda Core dbt Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/mysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-mysql"
package_version = "3.0.7"
package_version = "3.0.8"
description = "Soda Core MySQL Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/postgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-postgres"
package_version = "3.0.7"
package_version = "3.0.8"
# 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 @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-redshift"
package_version = "3.0.7"
package_version = "3.0.8"
description = "Soda Core Redshift Package"

requires = [f"soda-core=={package_version}", "boto3"]
Expand Down
2 changes: 1 addition & 1 deletion soda/scientific/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-scientific"
package_version = "3.0.7"
package_version = "3.0.8"
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 @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-snowflake"
package_version = "3.0.7"
package_version = "3.0.8"
description = "Soda Core Snowflake Package"

requires = [
Expand Down
2 changes: 1 addition & 1 deletion soda/spark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-spark"
package_version = "3.0.7"
package_version = "3.0.8"
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 @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-spark-df"
package_version = "3.0.7"
package_version = "3.0.8"
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 @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-sqlserver"
package_version = "3.0.7"
package_version = "3.0.8"
description = "Soda Core SQL Server 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 @@ -9,7 +9,7 @@
sys.exit(1)

package_name = "soda-core-trino"
package_version = "3.0.7"
package_version = "3.0.8"
description = "Soda Core Trino Package"

requires = [f"soda-core=={package_version}", "trino>=0.315.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.0.7"
current = "3.0.8"

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

0 comments on commit 671ebf5

Please sign in to comment.