Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Teradata GitHub Actions committed Sep 5, 2024
1 parent 910ca3d commit 1826e8d
Show file tree
Hide file tree
Showing 4 changed files with 4 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.0.0
current_version = 1.8.1
commit = False
tag = False
parse = (?P<major>\d+)
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.8.1a

### Features
* dbt-teradata is now fully compatible with Python 3.12.
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.8.1"
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.8.1"
description = """The Teradata adapter plugin for dbt (data build tool)"""


Expand Down

0 comments on commit 1826e8d

Please sign in to comment.