Skip to content

Commit 5c2ed3d

Browse files
committed
Bump version to 1.6
1 parent cf7131c commit 5c2ed3d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.5.0a1"
2+
current_version = "1.6.0a1"
33
parse = '''
44
(?P<major>[\d]+) # major version number
55
\.(?P<minor>[\d]+) # minor version number

dbt/adapters/mariadb/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.5.0a1"
1+
version = "1.6.0a1"

dbt/adapters/mysql/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.5.0a1"
1+
version = "1.6.0a1"

dbt/adapters/mysql5/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.5.0a1"
1+
version = "1.6.0a1"

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# install latest changes in dbt-core
22
# TODO: how to automate switching from develop to version branches?
3-
git+https://github.com/dbt-labs/dbt-core.git@1.5.latest#egg=dbt-core&subdirectory=core
4-
git+https://github.com/dbt-labs/dbt-core.git@1.5.latest#egg=dbt-tests-adapter&subdirectory=tests/adapter
3+
git+https://github.com/dbt-labs/dbt-core.git@1.6.latest#egg=dbt-core&subdirectory=core
4+
git+https://github.com/dbt-labs/dbt-core.git@1.6.latest#egg=dbt-tests-adapter&subdirectory=tests/adapter
55

66
# if version 1.x or greater -> pin to major version
77
# if version 0.x -> pin to minor

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _get_dbt_core_version():
5151

5252

5353
package_name = "dbt-mysql"
54-
package_version = "1.5.0a1"
54+
package_version = "1.6.0a1"
5555
dbt_core_version = _get_dbt_core_version()
5656
description = """The MySQL adapter plugin for dbt"""
5757

0 commit comments

Comments
 (0)