Skip to content

Commit 1e21491

Browse files
committed
Version 2.15.1
1 parent 91dc1d7 commit 1e21491

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 2.15.1 (2021-05-05)
2+
3+
* Fix parsing date-time with +hhmm format
4+
* Fix generating code with custom regular expressions
5+
6+
17
=== 2.15.0 (2021-02-01)
28

39
* Fix additional property equal to empty object is the same as True

fastjsonschema/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.15.0'
1+
VERSION = '2.15.1'

0 commit comments

Comments
 (0)