Skip to content

Commit

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

* Update CHANGELOG.md

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: leahwicz <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2022
1 parent 43ba6e0 commit 0a8273c
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.0.1rc1
current_version = 1.0.1
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-redshift 1.0.1 (April 19, 2022)

## dbt-redshift 1.0.1rc1 (April 6, 2022)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/redshift/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.0.1rc1'
version = '1.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _get_dbt_core_version():

#TODO remove old logic and add to versionBump script
package_name = "dbt-redshift"
package_version = "1.0.1rc1"
package_version = "1.0.1"
dbt_core_version = _get_dbt_core_version()
description = """The Redshift adapter plugin for dbt"""

Expand Down

0 comments on commit 0a8273c

Please sign in to comment.