Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit e7c915e

Browse files
github-actions[bot]FishtownBuildBotleahwicz
authored
Bumping version to 1.1.1 (#213)
* Bumping version to 1.1.1 * Remove whitespace * Update CHANGELOG.md Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: leahwicz <[email protected]>
1 parent c8d4a43 commit e7c915e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.1rc1
2+
current_version = 1.1.1
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## dbt-bigquery 1.1.1 (July 5, 2022)
2+
13
## dbt-bigquery 1.1.1rc1 (June 23, 2022)
24

35
### Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.1.1rc1"
1+
version = "1.1.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _get_dbt_core_version():
5050

5151

5252
package_name = "dbt-bigquery"
53-
package_version = "1.1.1rc1"
53+
package_version = "1.1.1"
5454
dbt_core_version = _get_dbt_core_version()
5555
description = """The BigQuery adapter plugin for dbt"""
5656

0 commit comments

Comments
 (0)