Skip to content

Commit 663101e

Browse files
committed
Release 0.2.4
1 parent 8271453 commit 663101e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lib/fontPens/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.4.dev0"
1+
__version__ = "0.2.4"

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 = 0.2.4.dev0
2+
current_version = 0.2.4
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
@@ -143,7 +143,7 @@ def run(self):
143143

144144
setup_params = dict(
145145
name="fontPens",
146-
version="0.2.4.dev0",
146+
version="0.2.4",
147147
description=("A collection of classes implementing the pen "
148148
"protocol for manipulating glyphs."),
149149
author="Just van Rossum, Tal Leming, Erik van Blokland, others",

0 commit comments

Comments
 (0)