diff --git a/README.md b/README.md index 7424994..bb39535 100644 --- a/README.md +++ b/README.md @@ -761,6 +761,10 @@ and `mock` packages. This packages are available only in tox envionments. Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tableschema-py/commits/master). +### v1.3 + +- Support datetime with no time for date casting + ### v1.2 - Support floats like 1.0 for integer casting diff --git a/tableschema/VERSION b/tableschema/VERSION index c813fe1..f0bb29e 100644 --- a/tableschema/VERSION +++ b/tableschema/VERSION @@ -1 +1 @@ -1.2.5 +1.3.0