Skip to content

Commit 6c07d23

Browse files
committed
Version 2.2
1 parent a6f7bf0 commit 6c07d23

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.2 (2018-09-12) ===
2+
3+
* Fix code generation with long regex patterns
4+
* Fix regex of date-time (allow time without miliseconds)
5+
6+
17
=== 2.1 (2018-09-12) ===
28

39
* Fix code generation with regex patterns

fastjsonschema/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.1'
1+
VERSION = '2.2'

0 commit comments

Comments
 (0)