Skip to content

Commit

Permalink
Release dbt-mysql v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty committed Mar 7, 2022
1 parent 8c5a06d commit 6dbd3c6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 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 = 0.19.0.1
current_version = 0.19.1
commit = False
tag = False
parse = (?P<major>\d+)
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased (TBD)

## dbt-mysql 0.19.1 (March 6, 2022)
### Under the hood
- Integration tests for MySQL 5.7 ([#70](https://github.com/dbeatty10/dbt-mysql/issues/70), [#71](https://github.com/dbeatty10/dbt-mysql/pull/71))
- Integration tests for MariaDB 10.5 ([#72](https://github.com/dbeatty10/dbt-mysql/pull/72))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/mariadb/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.19.0.1"
version = "0.19.1"
2 changes: 1 addition & 1 deletion dbt/adapters/mysql/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.19.0.1"
version = "0.19.1"
2 changes: 1 addition & 1 deletion dbt/adapters/mysql5/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.19.0.1"
version = "0.19.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-mysql"
package_version = "0.19.0.1"
package_version = "0.19.1"
description = """The MySQL adapter plugin for dbt (data build tool)"""


Expand Down

0 comments on commit 6dbd3c6

Please sign in to comment.