Skip to content

Commit a0d018e

Browse files
committed
Release 2.1.2
- Removed ufoLib dependency. Bumped minimum fonttools >= 3.32.0. - Added ``bend=True`` flag for makeInstance; allows instances to be calculated without the bender transformation. This is sometimes necessary.
1 parent c065fb2 commit a0d018e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lib/mutatorMath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
"""
3535

36-
__version__ = "2.1.2.dev0"
36+
__version__ = "2.1.2"
3737

3838
from mutatorMath.objects.location import Location
3939
from mutatorMath.objects.mutator import Mutator

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 = 2.1.2.dev0
2+
current_version = 2.1.2
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
@@ -181,7 +181,7 @@ def run(self):
181181

182182
setup(
183183
name="MutatorMath",
184-
version="2.1.2.dev0",
184+
version="2.1.2",
185185
description=("Python for piecewise linear interpolation in multiple "
186186
"dimensions with multiple, arbitrarily placed, masters."),
187187
long_description=long_description,

0 commit comments

Comments
 (0)