We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b552c5 commit 2614514Copy full SHA for 2614514
2 files changed
jsonschema_path/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = "Artur Maciag"
6
__email__ = "maciag.artur@gmail.com"
7
-__version__ = "0.4.0b2"
+__version__ = "0.4.0b3"
8
__url__ = "https://github.com/p1c2u/jsonschema-path"
9
__license__ = "Apache-2.0"
10
pyproject.toml
@@ -19,7 +19,7 @@ ignore_missing_imports = true
19
20
[tool.poetry]
21
name = "jsonschema-path"
22
-version = "0.4.0b2"
+version = "0.4.0b3"
23
description = "JSONSchema Spec with object-oriented paths"
24
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
25
license = "Apache-2.0"
@@ -94,7 +94,7 @@ message_template = "Version {new_version}"
94
tag_template = "{new_version}"
95
96
[tool.tbump.version]
97
-current = "0.4.0b2"
+current = "0.4.0b3"
98
regex = '''
99
(?P<major>\d+)
100
\.
0 commit comments