Skip to content

Commit f3813ed

Browse files
author
github-actions
committed
Merge branch 'main' into develop
2 parents 1ff3391 + 4c4dcc2 commit f3813ed

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.30.0] - 2023-12-08
6+
57
## [0.29.0] - 2023-12-08
68

79
## [0.28.0] - 2023-12-08
@@ -278,7 +280,9 @@
278280
- Draft of `dp init`, `dp create`, `dp template new`, `dp template list` and `dp dbt`
279281
- Draft of `dp compile` and `dp deploy`
280282

281-
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.29.0...HEAD
283+
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.30.0...HEAD
284+
285+
[0.30.0]: https://github.com/getindata/data-pipelines-cli/compare/0.29.0...0.30.0
282286

283287
[0.29.0]: https://github.com/getindata/data-pipelines-cli/compare/0.28.0...0.29.0
284288

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.29.0"
8+
version = "0.30.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.29.0
2+
current_version = 0.30.0
33

44
[bumpversion:file:setup.py]
55

setup.py

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

7373
setup(
7474
name="data_pipelines_cli",
75-
version="0.29.0",
75+
version="0.30.0",
7676
description="CLI for data platform",
7777
long_description=README,
7878
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)