Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 2, 2022
2 parents 563964b + 187b3ed commit d1e91dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.14.0] - 2022-02-02

## [0.13.0] - 2022-02-01

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion data_pipelines_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
pipelines.
"""

version = "0.13.0"
version = "0.14.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0
current_version = 0.14.0

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

setup(
name="data_pipelines_cli",
version="0.13.0",
version="0.14.0",
description="CLI for data platform",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d1e91dd

Please sign in to comment.