Skip to content

Commit 9540663

Browse files
author
github-actions
committed
FIX #58 - Bump version and CHANGELOG for release 0.15.0
1 parent d76e35e commit 9540663

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## [Unreleased]
44

5-
- Migration to dbt 1.0.1
5+
## [0.15.0] - 2022-02-11
6+
7+
- Migration to dbt 1.0.1
68

79
## [0.14.0] - 2022-02-02
810

@@ -154,7 +156,9 @@
154156
- Draft of `dp init`, `dp create`, `dp template new`, `dp template list` and `dp dbt`
155157
- Draft of `dp compile` and `dp deploy`
156158

157-
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.14.0...HEAD
159+
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.15.0...HEAD
160+
161+
[0.15.0]: https://github.com/getindata/data-pipelines-cli/compare/0.14.0...0.15.0
158162

159163
[0.14.0]: https://github.com/getindata/data-pipelines-cli/compare/0.13.0...0.14.0
160164

data_pipelines_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
pipelines.
66
"""
77

8-
version = "0.14.0"
8+
version = "0.15.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.0
2+
current_version = 0.15.0
33

44
[bumpversion:file:setup.py]
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
setup(
5656
name="data_pipelines_cli",
57-
version="0.14.0",
57+
version="0.15.0",
5858
description="CLI for data platform",
5959
long_description=README,
6060
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)