Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Teradata GitHub Actions committed Jan 9, 2025
1 parent e886e27 commit 908dd81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.9.0
commit = False
tag = False
parse = (?P<major>\d+)
Expand All @@ -10,7 +10,7 @@ parse = (?P<major>\d+)
(?P<num>\d+))?
serialize =
{major}.{minor}.{patch}

[bumpversion:part:prerelease]
first_value = a
values =
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-teradata 1.0.0a
## dbt-teradata 1.9.0a

### Features
* Addition of new Snapshot features with dbt-teradata v1.9 ([#207](https://github.com/Teradata/dbt-teradata/pull/207)):
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/teradata/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.0"
version = "1.9.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


package_name = "dbt-teradata"
package_version = "1.0.0"
package_version = "1.9.0"
description = """The Teradata adapter plugin for dbt (data build tool)"""


Expand Down

0 comments on commit 908dd81

Please sign in to comment.