Skip to content

Commit 034bf6b

Browse files
Version 1.14.2
1 parent 52707fd commit 034bf6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
from testgres.operations.local_ops import LocalOperations
5757
from testgres.operations.remote_ops import RemoteOperations
5858

59-
__version__ = "1.14.1"
59+
__version__ = "1.14.2"
6060

6161
__all__ = [
6262
"get_new_node",

tests/test_testgres_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_testgres_version(self):
9595
# Author: Mark G.
9696
assert v.major == 1
9797
assert v.minor == 14
98-
assert v.micro == 1
98+
assert v.micro == 2
9999

100100
assert str(v) == testgres_version
101101
return

0 commit comments

Comments
 (0)