Release 3.38.0

This commit is contained in:
Cosimo Lupo 2019-02-18 09:57:09 +00:00
parent 9dd01bd001
commit 517dde00b9
4 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,6 @@ from fontTools.misc.loggingTools import configLogger
log = logging.getLogger(__name__)
version = __version__ = "3.37.4.dev0"
version = __version__ = "3.38.0"
__all__ = ["version", "log", "configLogger"]

View File

@ -1,3 +1,6 @@
3.38.0 (released 2019-02-18)
----------------------------
- [cffLib] Fixed RecursionError when unpickling or deepcopying TTFont with
CFF table (#1488, 649dc49).
- [subset] Fixed AttributeError when using --desubroutinize option (#1490).

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.37.4.dev0
current_version = 3.38.0
commit = True
tag = False
tag_name = {new_version}

View File

@ -352,7 +352,7 @@ def find_data_files(manpath="share/man"):
setup(
name="fonttools",
version="3.37.4.dev0",
version="3.38.0",
description="Tools to manipulate font files",
author="Just van Rossum",
author_email="just@letterror.com",