Skip to content

Commit

Permalink
Bump version: 0.16.0a1 → 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Apr 8, 2020
1 parent cc17166 commit c1f7212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[bumpversion]
current_version = 0.16.0a1
current_version = 0.16.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
(\.(?P<pluginpatch>\d+))?
((?P<prerelease>[a-z]+)(?P<num>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}.{pluginpatch}{prerelease}{num}
{major}.{minor}.{patch}{prerelease}{num}
{major}.{minor}.{patch}.{pluginpatch}
Expand All @@ -15,7 +15,7 @@ tag = False

[bumpversion:part:prerelease]
first_value = a
values =
values =
a
b
rc
Expand All @@ -27,3 +27,4 @@ first_value = 1
first_value = 1

[bumpversion:file:dbt/adapters/spark/__version__.py]

2 changes: 1 addition & 1 deletion dbt/adapters/spark/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.16.0a1"
version = "0.16.0"

0 comments on commit c1f7212

Please sign in to comment.