Skip to content

Commit effcbd5

Browse files
committed
Merge remote-tracking branch 'upstream/main' into develop
2 parents 3277ef8 + 24f7541 commit effcbd5

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.32.0] - 2025-11-12
6+
57
### Changed
68

79
- Expanded all dbt adapter version ranges to `>=1.7.x,<2.0.0` (Snowflake, BigQuery, Postgres, Redshift, Glue)
@@ -299,7 +301,9 @@
299301
- Draft of `dp init`, `dp create`, `dp template new`, `dp template list` and `dp dbt`
300302
- Draft of `dp compile` and `dp deploy`
301303

302-
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.31.0...HEAD
304+
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.32.0...HEAD
305+
306+
[0.32.0]: https://github.com/getindata/data-pipelines-cli/compare/0.31.0...0.32.0
303307

304308
[0.31.0]: https://github.com/getindata/data-pipelines-cli/compare/0.30.0...0.31.0
305309

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.31.0"
8+
version = "0.32.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.31.0
2+
current_version = 0.32.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.31.0",
76+
version="0.32.0",
7777
description="CLI for data platform",
7878
long_description=README,
7979
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)