File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
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.8] - 2023-07-01
8
+
7
9
- Bugfix: apply multiple patches sequentially to a single test
8
10
9
11
[ #6 ] : https://github.com/stackabletech/beku.py/pull/6 )
Original file line number Diff line number Diff line change 1
1
# beku
2
2
3
- Version: 0.0.8-dev
3
+ Version: 0.0.8
4
4
5
5
## Installation
6
6
7
+ We recommend to use [ pipx] ( https://pypa.github.io/pipx/ ) :
8
+
9
+ pipx install beku-stackabletech
10
+
11
+ But you can also use ` pip ` :
12
+
13
+ # from PyPI
14
+ pip install beku-stackabletech
15
+ # from GitHub
7
16
pip install git+https://github.com/stackabletech/beku.py.git@master
8
17
9
18
## Usage
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " beku-stackabletech"
3
- version = " 0.0.8-dev "
3
+ version = " 0.0.8"
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 , '8-dev ' )
2
+ __version_info__ = (0 , 0 , '8' )
3
3
__version__ = "." .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments