Skip to content

Commit a7c5f95

Browse files
author
github-actions
committed
FIX #9 - Bump version and CHANGELOG for release 0.1.1
1 parent d3385d5 commit a7c5f95

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## [Unreleased]
44

5-
- Fix Docker SDK for Python's bug related to tagging, which prevented Docker from pushing images.
5+
## [0.1.1] - 2021-12-01
6+
7+
- Fix Docker SDK for Python's bug related to tagging, which prevented Docker from pushing images.
68

79
## [0.1.0] - 2021-12-01
810

@@ -11,6 +13,8 @@
1113
- Draft of `dp init`, `dp create`, `dp template new`, `dp template list` and `dp dbt`
1214
- Draft of `dp compile` and `dp deploy`
1315

14-
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.1.0...HEAD
16+
[Unreleased]: https://github.com/getindata/data-pipelines-cli/compare/0.1.1...HEAD
17+
18+
[0.1.1]: https://github.com/getindata/data-pipelines-cli/compare/0.1.0...0.1.1
1519

1620
[0.1.0]: https://github.com/getindata/data-pipelines-cli/compare/5df87160e660d372a52a3665fe79be2029089613...0.1.0

data_pipelines_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.1.0"
1+
version = "0.1.1"

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.1.0
2+
current_version = 0.1.1
33

44
[bumpversion:file:setup.py]
55

setup.py

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

2828
setup(
2929
name="data_pipelines_cli",
30-
version="0.1.0",
30+
version="0.1.1",
3131
description="CLI for data platform",
3232
long_description=README,
3333
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)