Skip to content

Commit

Permalink
version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed May 29, 2022
1 parent 18f24ae commit b2a2823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ Changelog

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

* `main <https://github.com/svenkreiss/html5validator/compare/v0.4.1...main>`_
* `0.4.1 <https://github.com/svenkreiss/html5validator/compare/v0.4.0...v0.4.1>`_ (2022-05-29)
* `main <https://github.com/svenkreiss/html5validator/compare/v0.4.2...main>`_
* `0.4.2 <https://github.com/svenkreiss/html5validator/compare/v0.4.0...v0.4.2>`_ (2022-05-29)
* test with Python 3.10
* vnu.jar updated to 20.6.30
* compatibility restored with certain versions of Python (`os.errno` issue)
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.4.1"
__version__ = "0.4.2"

from .validator import Validator, JavaNotFoundException

0 comments on commit b2a2823

Please sign in to comment.