Skip to content

Commit c1d652d

Browse files
author
github-actions
committed
1.0.19
Automatically generated by python-semantic-release
1 parent 9550522 commit c1d652d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v1.0.19 (2024-10-01)
4+
5+
### :dolphin:
6+
7+
* print tasks & readme :dolphin: ([`9550522`](https://github.com/kellerza/data-playbook/commit/9550522e0a59e455747cd480bd514fddb9f3874e))
8+
39
## v1.0.18 (2024-10-01)
410

511
### :dolphin:

dataplaybook/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pylint: disable=unused-import
77
from dataplaybook.helpers.env import DataEnvironment # noqa: F401
88

9-
VERSION = "1.0.18"
9+
VERSION = "1.0.19"
1010

1111
Columns = list[str]
1212
Column = str

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "dataplaybook"
7-
version = "1.0.18"
7+
version = "1.0.19"
88
description = ""
99
authors = ["Johann Kellerman <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)