diff --git a/README.md b/README.md index bbd26e8..8ff6b78 100644 --- a/README.md +++ b/README.md @@ -1442,6 +1442,10 @@ $ pytest -m 'not remote 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/tabulator-py/commits/master). +#### v1.53 + +- Add support for raw_html extraction in html parser (#341) + #### v1.52 - Published stream.dialect (works only for csv, for now) diff --git a/tabulator/VERSION b/tabulator/VERSION index b9ed8d0..3f48301 100644 --- a/tabulator/VERSION +++ b/tabulator/VERSION @@ -1 +1 @@ -1.52.5 +1.53.0