Skip to content

Commit

Permalink
Version 54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jan 8, 2022
1 parent 4851d81 commit a1ff9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Expand Up @@ -5,7 +5,7 @@ Changelog
Version 54.0
------------

Not released yet.
Released on 2022-01-08.

This version also includes the changes from unstable b1 version listed
below.
Expand Down
2 changes: 1 addition & 1 deletion weasyprint/__init__.py
Expand Up @@ -16,7 +16,7 @@
import html5lib
import tinycss2

VERSION = __version__ = '54.0b1'
VERSION = __version__ = '54.0'

__all__ = [
'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',
Expand Down

0 comments on commit a1ff9d4

Please sign in to comment.