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

Commit 754b89f

Browse files
committed
Release 2.2.3
1 parent 586b83c commit 754b89f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lib/ufoLib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"convertUFOFormatVersion1ToFormatVersion2",
5656
]
5757

58-
__version__ = "2.2.3.dev0"
58+
__version__ = "2.2.3"
5959

6060

6161
class UFOLibError(Exception): pass

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.3.dev0
2+
current_version = 2.2.3
33
commit = True
44
tag = False
55
tag_name = v{new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def run(self):
147147

148148
setup_params = dict(
149149
name="ufoLib",
150-
version="2.2.3.dev0",
150+
version="2.2.3",
151151
description="A low-level UFO reader and writer.",
152152
author="Just van Rossum, Tal Leming, Erik van Blokland, others",
153153
author_email="[email protected]",

0 commit comments

Comments
 (0)