Compare commits

...

1 Commits

Author SHA1 Message Date
Jacob Beck
fbf1c12f5d Bump version: 0.15.3rc1 → 0.15.3 2020-03-17 08:04:02 -06:00
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.3rc1
current_version = 0.15.3
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)

View File

@@ -56,5 +56,5 @@ def get_version_information():
.format(version_msg))
__version__ = '0.15.3rc1'
__version__ = '0.15.3'
installed = get_installed_version()

View File

@@ -18,7 +18,7 @@ def read(fname):
package_name = "dbt-core"
package_version = "0.15.3rc1"
package_version = "0.15.3"
description = """dbt (data build tool) is a command line tool that helps \
analysts and engineers transform data in their warehouse more effectively"""

View File

@@ -14,7 +14,7 @@ except ImportError:
package_name = "dbt-bigquery"
package_version = "0.15.3rc1"
package_version = "0.15.3"
description = """The bigquery adapter plugin for dbt (data build tool)"""
this_directory = os.path.abspath(os.path.dirname(__file__))

View File

@@ -35,7 +35,7 @@ def _dbt_psycopg2_name():
package_name = "dbt-postgres"
package_version = "0.15.3rc1"
package_version = "0.15.3"
description = """The postgres adpter plugin for dbt (data build tool)"""
this_directory = os.path.abspath(os.path.dirname(__file__))

View File

@@ -14,7 +14,7 @@ except ImportError:
package_name = "dbt-redshift"
package_version = "0.15.3rc1"
package_version = "0.15.3"
description = """The redshift adapter plugin for dbt (data build tool)"""
this_directory = os.path.abspath(os.path.dirname(__file__))

View File

@@ -14,7 +14,7 @@ except ImportError:
package_name = "dbt-snowflake"
package_version = "0.15.3rc1"
package_version = "0.15.3"
description = """The snowflake adapter plugin for dbt (data build tool)"""
this_directory = os.path.abspath(os.path.dirname(__file__))

View File

@@ -18,7 +18,7 @@ with open(os.path.join(this_directory, 'README.md')) as f:
package_name = "dbt"
package_version = "0.15.3rc1"
package_version = "0.15.3"
description = """With dbt, data analysts and engineers can build analytics \
the way engineers build applications."""