Skip to content

Commit

Permalink
Release 4.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Sep 29, 2023
1 parent 64f3fd8 commit 145460e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/fontTools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

log = logging.getLogger(__name__)

version = __version__ = "4.42.2.dev0"
version = __version__ = "4.43.0"

__all__ = ["version", "log", "configLogger"]
3 changes: 3 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.43.0 (released 2023-09-29)
----------------------------

- [subset] Set up lxml ``XMLParser(resolve_entities=False)`` when parsing OT-SVG documents
to prevent XML External Entity (XXE) attacks (9f61271dc):
https://codeql.github.com/codeql-query-help/python/py-xxe/
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.42.2.dev0
current_version = 4.43.0
commit = True
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def build_extensions(self):

setup_params = dict(
name="fonttools",
version="4.42.2.dev0",
version="4.43.0",
description="Tools to manipulate font files",
author="Just van Rossum",
author_email="[email protected]",
Expand Down

0 comments on commit 145460e

Please sign in to comment.