Skip to content

Commit 25f6998

Browse files
Schemathesis LibrarySchemathesis Library
authored andcommitted
Update version information to 0.53.0
1 parent 85687e0 commit 25f6998

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robotframework-schemathesislibrary"
3-
version = "0.52.0"
3+
version = "0.53.0"
44
description = "Robot Framework SchemathesisLibrary to automatically create test cases from API specifications."
55
authors = [
66
{ name="Tatu Aalto", email="aalto.tatu@gmail.com" },

src/SchemathesisLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from schemathesis.core.result import Ok
3232
from schemathesis.core.transport import Response
3333

34-
__version__ = "0.52.0"
34+
__version__ = "0.53.0"
3535

3636

3737
@dataclass

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)