Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 2, 2017
1 parent 4d067bc commit a8973a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/glyphsLib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from glyphsLib.classes import __all__ as __all_classes__
from glyphsLib.classes import *

__version__ = "2.1.1.dev0"
__version__ = "2.1.1"

# Doing `import *` from a module that uses unicode_literals, produces
# "TypeError: Item in ``from list'' must be str, not unicode" on Python 2.
Expand Down
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.1.dev0
current_version = 2.1.1
commit = True
tag = False
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def run(self):

setup(
name='glyphsLib',
version='2.1.1.dev0',
version='2.1.1',
author="James Godfrey-Kittle",
author_email="jamesgk@google.com",
description="A bridge from Glyphs source files (.glyphs) to UFOs",
Expand Down

0 comments on commit a8973a9

Please sign in to comment.