Skip to content

Commit d03f383

Browse files
committed
v2.15.3
1 parent 8904ea0 commit d03f383

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
=== 2.15.3 (2022-01-09)
2+
3+
* Fix swapping handlers
4+
* Fix tests
5+
* Readable regexps in generated code
6+
7+
18
=== 2.15.2 (2021-12-12)
29

310
* Fix nested oneOf and anyOf

fastjsonschema/ref_resolver.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def __init__(self, base_uri, schema, store={}, cache=True, handlers={}):
8989
self.schema = schema
9090
self.store = store
9191
self.cache = cache
92-
# ^-- Create a brand new cache if the
9392
self.handlers = handlers
9493
self.walk(schema)
9594

fastjsonschema/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.15.2'
1+
VERSION = '2.15.3'

0 commit comments

Comments
 (0)