Skip to content

Commit

Permalink
Release dbt-mysql v0.19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty committed Feb 19, 2022
1 parent bd4770e commit a2c4f83
Show file tree
Hide file tree
Showing 5 changed files with 8 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.1rc1
current_version = 0.19.0.1
commit = False
tag = False
parse = (?P<major>\d+)
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Unreleased (TBD)

## dbt-mysql 0.19.0.1rc1 (February 16, 2021)
## dbt-mysql 0.19.0.1 (February 19, 2022)
- Optional `ssl_disabled` property ([#67](https://github.com/dbeatty10/dbt-mysql/pull/67))

## dbt-mysql 0.19.0.1rc1 (February 16, 2022)

### Under the hood
- Continuous integration using CircleCI ([#8](https://github.com/dbeatty10/dbt-mysql/issues/8), [#60](https://github.com/dbeatty10/dbt-mysql/pull/60))
Expand Down
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.1rc1"
version = "0.19.0.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.1rc1"
version = "0.19.0.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.1rc1"
package_version = "0.19.0.1"
description = """The MySQL adapter plugin for dbt (data build tool)"""


Expand Down

0 comments on commit a2c4f83

Please sign in to comment.