File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[tool .bumpversion ]
2
- current_version = " 1.5 .0a1"
2
+ current_version = " 1.6 .0a1"
3
3
parse = '''
4
4
(?P<major>[\d]+) # major version number
5
5
\.(?P<minor>[\d]+) # minor version number
Original file line number Diff line number Diff line change 1
- version = "1.5 .0a1"
1
+ version = "1.6 .0a1"
Original file line number Diff line number Diff line change 1
- version = "1.5 .0a1"
1
+ version = "1.6 .0a1"
Original file line number Diff line number Diff line change 1
- version = "1.5 .0a1"
1
+ version = "1.6 .0a1"
Original file line number Diff line number Diff line change 1
1
# install latest changes in dbt-core
2
2
# 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
5
5
6
6
# if version 1.x or greater -> pin to major version
7
7
# if version 0.x -> pin to minor
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def _get_dbt_core_version():
51
51
52
52
53
53
package_name = "dbt-mysql"
54
- package_version = "1.5 .0a1"
54
+ package_version = "1.6 .0a1"
55
55
dbt_core_version = _get_dbt_core_version ()
56
56
description = """The MySQL adapter plugin for dbt"""
57
57
You can’t perform that action at this time.
0 commit comments