Skip to content

Commit

Permalink
Bumping version to 1.2.0 (#236)
Browse files Browse the repository at this point in the history
* Bumping version to 1.2.0

* Fix whitespace

* Update changelog

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Leah Antkiewicz <[email protected]>
  • Loading branch information
3 people authored Jul 26, 2022
1 parent d52222e commit ab7ed5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.2.0rc1
current_version = 1.2.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## dbt-bigquery 1.2.0 (July 26, 2022)

## dbt-bigquery 1.2.0rc1 (June 12, 2022)

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.2.0rc1"
version = "1.2.0"
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-bigquery"
package_version = "1.2.0rc1"
package_version = "1.2.0"
dbt_core_version = _get_dbt_core_version()
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit ab7ed5d

Please sign in to comment.