File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
9
## v1.0.18 (2024-10-01)
4
10
5
11
### :dolphin :
Original file line number Diff line number Diff line change 6
6
# pylint: disable=unused-import
7
7
from dataplaybook .helpers .env import DataEnvironment # noqa: F401
8
8
9
- VERSION = "1.0.18 "
9
+ VERSION = "1.0.19 "
10
10
11
11
Columns = list [str ]
12
12
Column = str
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " dataplaybook"
7
- version = " 1.0.18 "
7
+ version = " 1.0.19 "
8
8
description = " "
9
9
authors = [
" Johann Kellerman <[email protected] >" ]
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments