Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jul 21, 2018
1 parent e51f81d commit 902fbc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/ufoLib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"convertUFOFormatVersion1ToFormatVersion2",
]

__version__ = "2.3.1.dev0"
__version__ = "2.3.1"


class UFOLibError(Exception): pass
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.3.1.dev0
current_version = 2.3.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 @@ -147,7 +147,7 @@ def run(self):

setup_params = dict(
name="ufoLib",
version="2.3.1.dev0",
version="2.3.1",
description="A low-level UFO reader and writer.",
author="Just van Rossum, Tal Leming, Erik van Blokland, others",
author_email="info@robofab.com",
Expand Down

0 comments on commit 902fbc2

Please sign in to comment.