Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Bump version: 0.15.2 → 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Mar 23, 2020
1 parent ab69726 commit 852055a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.15.2
current_version = 0.15.3
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion docker/dbt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.8.1-slim-buster

ENV DBT_VERSION "0.15.2"
ENV DBT_VERSION "0.15.3"
ENV DBT_DIR /opt/dbt-presto

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


package_name = "dbt-presto"
package_version = "0.15.2"
package_version = "0.15.3"
description = """The presto adpter plugin for dbt (data build tool)"""

setup(
Expand Down

0 comments on commit 852055a

Please sign in to comment.