Skip to content

Commit 0981ad5

Browse files
committed
Fix deployment
2 parents 375cf6f + b707d88 commit 0981ad5

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.27.0] - 2023-12-07
6+
57
- Upgrade pyyaml to 6.0.1
68

79
## [0.26.0] - 2023-08-25
@@ -272,7 +274,9 @@
272274
- Draft of `dp init`, `dp create`, `dp template new`, `dp template list` and `dp dbt`
273275
- Draft of `dp compile` and `dp deploy`
274276

275-
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.26.0...HEAD
277+
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.27.0...HEAD
278+
279+
[0.27.0]: https://github.com/getindata/data-pipelines-cli/compare/0.26.0...0.27.0
276280

277281
[0.26.0]: https://github.com/getindata/data-pipelines-cli/compare/0.25.3...0.26.0
278282

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.26.0"
8+
version = "0.27.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.26.0
2+
current_version = 0.27.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.26.0",
75+
version="0.27.0",
7676
description="CLI for data platform",
7777
long_description=README,
7878
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)