Skip to content

Commit

Permalink
version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Nov 22, 2019
1 parent a374024 commit 5558c4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,10 @@ Changelog

Install a particular version, for example ``0.1.14``, with ``pip install html5validator==0.1.14``.

* `master <https://github.com/svenkreiss/html5validator/compare/v0.3.1...master>`_
* `master <https://github.com/svenkreiss/html5validator/compare/v0.3.2...master>`_
* `0.3.2 <https://github.com/svenkreiss/html5validator/compare/v0.3.1...v0.3.2>`_ (2019-11-22)
* update vnu jar to 18.11.5
* better output check [PR#57](https://github.com/svenkreiss/html5validator/pull/57) by [@Cyb3r-Jak3](https://github.com/Cyb3r-Jak3)
* `0.3.1 <https://github.com/svenkreiss/html5validator/compare/v0.3.0...v0.3.1>`_ (2018-06-01)
* update vnu jar to 18.3.0
* pass remaining command line options to ``vnu.jar``
Expand Down
2 changes: 1 addition & 1 deletion html5validator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Validate HTML5 files."""
# flake8: noqa

__version__ = "0.3.1"
__version__ = "0.3.2"

from .validator import Validator, JavaNotFoundException

0 comments on commit 5558c4f

Please sign in to comment.