aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-21 18:35:17 -0700
committerHaibo Huang <hhb@google.com>2020-09-21 18:35:17 -0700
commitc9804561ed7f62d7a1f58c6b7823c3a2a02d5ada (patch)
tree88bae7c0d397c0ef0353879c3be9ead6d38fd7e0 /setup.py
parentc7697c964afc1b16a59792f0f4b143e98b60d889 (diff)
downloadfonttools-c9804561ed7f62d7a1f58c6b7823c3a2a02d5ada.tar.gz
Upgrade fonttools to 4.15.0
Test: make Change-Id: If6983d8f55da1dedcf6f743dafdca62409c88472
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e91eb5dc..73f2b11a 100755
--- a/setup.py
+++ b/setup.py
@@ -437,7 +437,7 @@ if ext_modules:
setup_params = dict(
name="fonttools",
- version="4.14.0",
+ version="4.15.0",
description="Tools to manipulate font files",
author="Just van Rossum",
author_email="just@letterror.com",