Skip to content

Commit 0ed8b8d

Browse files
Schemathesis LibrarySchemathesis Library
authored andcommitted
Update version information to 2.2.0
1 parent 740caa4 commit 0ed8b8d

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 = "2.1.0"
3+
version = "2.2.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
if TYPE_CHECKING:
3232
from pathlib import Path
3333

34-
__version__ = "2.1.0"
34+
__version__ = "2.2.0"
3535

3636

3737
class SchemathesisLibrary(DynamicCore):

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)