Skip to content

Commit 9ab2c72

Browse files
committed
Updating CHANGES and VERSION.
1 parent 9590947 commit 9ab2c72

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
1.1-28 | 2024-12-05 12:37:47 -0700
28

39
* Bump used GH actions (Benjamin Bannier, Corelight)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
..
33
.. Version number is filled in automatically.
44

5-
.. |version| replace:: 1.1-28
5+
.. |version| replace:: 1.2
66

77
==================================================
88
BTest - A Generic Driver for Powerful System Tests

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1-28
1+
1.2

btest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ else:
5656
import multiprocessing.managers as mp_managers
5757
import multiprocessing.sharedctypes as mp_sharedctypes
5858

59-
VERSION = "1.1-28" # Automatically filled in.
59+
VERSION = "1.2" # Automatically filled in.
6060

6161
Name = "btest"
6262
Config = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
py_modules = ["btest-sphinx"]
66

77
setup(
8-
version="1.1.dev28", # Filled in automatically.
8+
version="1.2", # Filled in automatically.
99
py_modules=py_modules,
1010
)

0 commit comments

Comments
 (0)