File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ 1.2 | 2024-12-10 14:36:06 -0700
2
+
3
+ * Fix formatting of output when threading (Tim Wojtulewicz, Corelight)
4
+
5
+ * Fix formatting bug with output of percentage complete (Tim Wojtulewicz, Corelight)
6
+
1
7
1.1-28 | 2024-12-05 12:37:47 -0700
2
8
3
9
* Bump used GH actions (Benjamin Bannier, Corelight)
Original file line number Diff line number Diff line change 2
2
..
3
3
.. Version number is filled in automatically.
4
4
5
- .. |version| replace:: 1.1-28
5
+ .. |version| replace:: 1.2
6
6
7
7
==================================================
8
8
BTest - A Generic Driver for Powerful System Tests
Original file line number Diff line number Diff line change 1
- 1.1-28
1
+ 1.2
Original file line number Diff line number Diff line change 56
56
import multiprocessing .managers as mp_managers
57
57
import multiprocessing .sharedctypes as mp_sharedctypes
58
58
59
- VERSION = "1.1-28 " # Automatically filled in.
59
+ VERSION = "1.2 " # Automatically filled in.
60
60
61
61
Name = "btest"
62
62
Config = None
Original file line number Diff line number Diff line change 5
5
py_modules = ["btest-sphinx" ]
6
6
7
7
setup (
8
- version = "1.1.dev28 " , # Filled in automatically.
8
+ version = "1.2 " , # Filled in automatically.
9
9
py_modules = py_modules ,
10
10
)
You can’t perform that action at this time.
0 commit comments