Bump version: 2.2.5.dev0 → 2.3.0.dev0

This commit is contained in:
Cosimo Lupo 2018-07-16 15:01:32 +02:00
parent 25c1060059
commit bced5b62b9
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ __all__ = [
"convertUFOFormatVersion1ToFormatVersion2", "convertUFOFormatVersion1ToFormatVersion2",
] ]
__version__ = "2.2.5.dev0" __version__ = "2.3.0.dev0"
class UFOLibError(Exception): pass class UFOLibError(Exception): pass

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 2.2.5.dev0 current_version = 2.3.0.dev0
commit = True commit = True
tag = False tag = False
tag_name = v{new_version} tag_name = v{new_version}

View File

@ -147,7 +147,7 @@ http://unifiedfontobject.org
setup_params = dict( setup_params = dict(
name="ufoLib", name="ufoLib",
version="2.2.5.dev0", version="2.3.0.dev0",
description="A low-level UFO reader and writer.", description="A low-level UFO reader and writer.",
author="Just van Rossum, Tal Leming, Erik van Blokland, others", author="Just van Rossum, Tal Leming, Erik van Blokland, others",
author_email="info@robofab.com", author_email="info@robofab.com",