Skip to content

Commit

Permalink
Release dbt-mysql v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty committed Feb 4, 2021
1 parent bec42fd commit 51db579
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.0rc1
current_version = 0.19.0
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-mysql 0.19.0 (TBD)
## dbt-mysql 0.19.0 (February 3, 2021)
- Latest versions of dbt (0.19.0) and dbt-adapter-tests (4.0) ([#53](https://github.com/dbeatty10/dbt-mysql/pull/53))

## dbt-mysql 0.19.0rc1 (January 3, 2021)
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.0rc1"
version = "0.19.0"
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.0rc1"
version = "0.19.0"
4 changes: 2 additions & 2 deletions 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.0rc1"
package_version = "0.19.0"
description = """The MySQL adapter plugin for dbt (data build tool)"""


Expand Down Expand Up @@ -53,7 +53,7 @@
],
},
install_requires=[
"dbt-core==0.19.0rc1",
"dbt-core==0.19.0",
"mysql-connector-python~=8.0.22",
],
classifiers=[
Expand Down

0 comments on commit 51db579

Please sign in to comment.