Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
anthrotype committed Nov 1, 2018
1 parent c065fb2 commit a0d018e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/mutatorMath/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"""

__version__ = "2.1.2.dev0"
__version__ = "2.1.2"

from mutatorMath.objects.location import Location
from mutatorMath.objects.mutator import Mutator
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 = 2.1.2.dev0
current_version = 2.1.2
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 @@ -181,7 +181,7 @@ def run(self):

setup(
name="MutatorMath",
version="2.1.2.dev0",
version="2.1.2",
description=("Python for piecewise linear interpolation in multiple "
"dimensions with multiple, arbitrarily placed, masters."),
long_description=long_description,
Expand Down

0 comments on commit a0d018e

Please sign in to comment.