File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.0.7] - 2023-06-26
8
+
7
9
- Add support for Kuttl test suites and improve CI ([ #4 ] )
8
10
9
11
[ #4 ] : https://github.com/stackabletech/beku.py/pull/4 )
Original file line number Diff line number Diff line change 1
1
# beku
2
2
3
- Version: 0.0.7-dev
3
+ Version: 0.0.7
4
4
5
5
## Installation
6
6
@@ -24,7 +24,7 @@ Fast Kuttl tests expander for Stackable integration tests.
24
24
25
25
Update the version in:
26
26
27
- * ` pyptoject .toml`
27
+ * ` pyproject .toml`
28
28
* ` version.py `
29
29
* ` README.md `
30
30
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " beku-stackabletech"
3
- version = " 0.0.7-dev "
3
+ version = " 0.0.7"
4
4
authors = [
5
5
{ name = " Razvan Mihai" , email = " razvan.mihai@stackable.tech" }
6
6
]
Original file line number Diff line number Diff line change 1
1
"""Package version."""
2
- __version_info__ = (0 , 0 , '7-dev ' )
2
+ __version_info__ = (0 , 0 , '7' )
3
3
__version__ = "." .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments