Skip to content

Commit e6f464f

Browse files
committed
v1.21.0 removed date inferring as it interfered with integer detection
1 parent a25db31 commit e6f464f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tableschema/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.11
1+
1.21.0

tableschema/schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ def __hash__(self):
551551
'%d-%m-%y',
552552
'%Y/%m/%d',
553553
'%d.%m.%Y',
554-
'%d%m%y',
555554
'%d.%m.%y',
556555
]
557556

0 commit comments

Comments
 (0)