Skip to content

Commit

Permalink
Bumping version to 1.3.0b1 (#217)
Browse files Browse the repository at this point in the history
* Bumping version to 1.3.0b1

* Update CHANGELOG.md

* Fix whitespace

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: leahwicz <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2022
1 parent c0b9274 commit 59f8cf0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0a1
current_version = 1.3.0b1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## dbt-snowflake 1.3.0b1 (Release TBD)
## dbt-snowflake 1.3.0b2 (Release TBD)

## dbt-snowflake 1.3.0b1 (July 29, 2022)

### Features
- support python model through create stored procedure with python in it, currently supported materializations are table and incremental. ([#182](https://github.com/dbt-labs/dbt-snowflake/pull/182))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/snowflake/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.3.0a1"
version = "1.3.0b1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _get_dbt_core_version():


package_name = "dbt-snowflake"
package_version = "1.3.0a1"
package_version = "1.3.0b1"
dbt_core_version = _get_dbt_core_version()
description = """The Snowflake adapter plugin for dbt"""

Expand Down

0 comments on commit 59f8cf0

Please sign in to comment.