Skip to content

Commit

Permalink
v2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
horejsek committed Jan 9, 2022
1 parent 8904ea0 commit d03f383
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 2.15.3 (2022-01-09)

* Fix swapping handlers
* Fix tests
* Readable regexps in generated code


=== 2.15.2 (2021-12-12)

* Fix nested oneOf and anyOf
Expand Down
1 change: 0 additions & 1 deletion fastjsonschema/ref_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def __init__(self, base_uri, schema, store={}, cache=True, handlers={}):
self.schema = schema
self.store = store
self.cache = cache
# ^-- Create a brand new cache if the
self.handlers = handlers
self.walk(schema)

Expand Down
2 changes: 1 addition & 1 deletion fastjsonschema/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.15.2'
VERSION = '2.15.3'

0 comments on commit d03f383

Please sign in to comment.