Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jun 20, 2018
1 parent 21404b8 commit b3c84eb
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 @@ -31,7 +31,7 @@
from glyphsLib.writer import dump, dumps
from glyphsLib.util import clean_ufo

__version__ = "2.4.0.dev0"
__version__ = "2.4.0"

# 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.4.0.dev0
current_version = 2.4.0
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 @@ -167,7 +167,7 @@ def run(self):

setup(
name='glyphsLib',
version='2.4.0.dev0',
version='2.4.0',
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 b3c84eb

Please sign in to comment.