Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Aug 17, 2017
1 parent fa04f92 commit f4bac6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/ufo2ft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ufo2ft.postProcessor import PostProcessor


__version__ = "0.6.2.dev0"
__version__ = "0.6.2"
log = logging.getLogger(__name__)


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 = 0.6.2.dev0
current_version = 0.6.2
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 @@ -145,7 +145,7 @@ def run(self):

setup(
name="ufo2ft",
version="0.6.2.dev0",
version="0.6.2",
author="Tal Leming, James Godfrey-Kittle",
author_email="tal@typesupply.com",
maintainer="James Godfrey-Kittle",
Expand Down

0 comments on commit f4bac6b

Please sign in to comment.