Skip to content

Commit 230581e

Browse files
author
github-actions
committed
Merge branch 'main' into develop
2 parents 96dd18e + 22c2138 commit 230581e

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.31.0] - 2025-11-03
6+
57
## [0.30.0] - 2023-12-08
68

79
## [0.29.0] - 2023-12-08
@@ -280,7 +282,9 @@
280282
- Draft of `dp init`, `dp create`, `dp template new`, `dp template list` and `dp dbt`
281283
- Draft of `dp compile` and `dp deploy`
282284

283-
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.30.0...HEAD
285+
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.31.0...HEAD
286+
287+
[0.31.0]: https://github.com/getindata/data-pipelines-cli/compare/0.30.0...0.31.0
284288

285289
[0.30.0]: https://github.com/getindata/data-pipelines-cli/compare/0.29.0...0.30.0
286290

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.30.0"
8+
version = "0.31.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.30.0
2+
current_version = 0.31.0
33

44
[bumpversion:file:setup.py]
55

setup.py

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

7474
setup(
7575
name="data_pipelines_cli",
76-
version="0.30.0",
76+
version="0.31.0",
7777
description="CLI for data platform",
7878
long_description=README,
7979
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)