Skip to content

Commit d1e91dd

Browse files
author
github-actions
committed
Merge branch 'main' into develop
2 parents 563964b + 187b3ed commit d1e91dd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.14.0] - 2022-02-02
6+
57
## [0.13.0] - 2022-02-01
68

79
## [0.12.0] - 2022-01-31
@@ -150,7 +152,9 @@
150152
- Draft of `dp init`, `dp create`, `dp template new`, `dp template list` and `dp dbt`
151153
- Draft of `dp compile` and `dp deploy`
152154

153-
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.13.0...HEAD
155+
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.14.0...HEAD
156+
157+
[0.14.0]: https://github.com/getindata/data-pipelines-cli/compare/0.13.0...0.14.0
154158

155159
[0.13.0]: https://github.com/getindata/data-pipelines-cli/compare/0.12.0...0.13.0
156160

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.13.0"
8+
version = "0.14.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.13.0
2+
current_version = 0.14.0
33

44
[bumpversion:file:setup.py]
55

setup.py

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

5353
setup(
5454
name="data_pipelines_cli",
55-
version="0.13.0",
55+
version="0.14.0",
5656
description="CLI for data platform",
5757
long_description=README,
5858
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)