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

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 25, 2017
1 parent f726d88 commit 55c2be5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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.1.1.dev0"
__version__ = "2.1.1"


class UFOLibError(Exception): pass
Expand Down
5 changes: 1 addition & 4 deletions 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 Expand Up @@ -41,10 +41,7 @@ minversion = 3.0.2
testpaths =
Lib/ufoLib
addopts =
# run py.test in verbose mode
-v
# show extra test summary info
-r a
# run doctests in all .py modules
--doctest-modules

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.1.1.dev0",
version="2.1.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 55c2be5

Please sign in to comment.