Skip to content

Commit 840f9e0

Browse files
Version 1.16.0
1 parent eac8128 commit 840f9e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from testgres.operations.local_ops import LocalOperations
6161
from testgres.operations.remote_ops import RemoteOperations
6262

63-
__version__ = "1.15.2"
63+
__version__ = "1.16.0"
6464

6565
__all__ = [
6666
"get_new_node",

tests/test_testgres_common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def test_testgres_version(self):
120120

121121
# Author: Mark G.
122122
assert v.major == 1
123-
assert v.minor == 15
124-
assert v.micro == 2
123+
assert v.minor == 16
124+
assert v.micro == 0
125125

126126
assert str(v) == testgres_version
127127
return

0 commit comments

Comments
 (0)