Skip to content

Commit fb9dceb

Browse files
committed
Release 4.29.1
1 parent b86be35 commit fb9dceb

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Lib/fontTools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
log = logging.getLogger(__name__)
55

6-
version = __version__ = "4.29.1.dev0"
6+
version = __version__ = "4.29.1"
77

88
__all__ = ["version", "log", "configLogger"]

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.29.1 (released 2022-02-01)
2+
----------------------------
3+
14
- [colorLib] Fixed rounding issue with radial gradient's start/end circles inside
25
one another (#2521).
36
- [freetypePen] Handle rotate/skew transform when auto-computing width/height of the

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.29.1.dev0
2+
current_version = 4.29.1
33
commit = True
44
tag = False
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def build_extensions(self):
439439

440440
setup_params = dict(
441441
name="fonttools",
442-
version="4.29.1.dev0",
442+
version="4.29.1",
443443
description="Tools to manipulate font files",
444444
author="Just van Rossum",
445445
author_email="[email protected]",

0 commit comments

Comments
 (0)