Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benkiel committed Oct 4, 2019
1 parent 4cecdb4 commit b5e18ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/defcon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
of font development tools. This works on UFO files.
"""
from __future__ import absolute_import
version = __version__ = "0.6.1.dev0"
version = __version__ = "0.6.1"

from defcon.errors import DefconError

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

setup_params = dict(
name="defcon",
version="0.6.1.dev0",
version="0.6.1",
description="A set of flexible objects for representing UFO data.",
long_description=long_description,
author="Tal Leming",
Expand Down

0 comments on commit b5e18ba

Please sign in to comment.