Skip to content

Commit

Permalink
release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Mar 13, 2024
1 parent 2a14f6b commit 7ff5a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/risingwave/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.1"
version = "1.7.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package_name = "dbt-risingwave"
# make sure this always matches dbt/adapters/{adapter}/__version__.py
package_version = "1.7.1"
package_version = "1.7.2"
description = """The RisingWave adapter plugin for dbt"""

with open(os.path.join(os.path.dirname(__file__), "README.md")) as f:
Expand Down

0 comments on commit 7ff5a6a

Please sign in to comment.