From ede4e509bc9a6eb876c6478b3f31feeb6a7e2388 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 23 May 2017 18:31:24 +0100 Subject: [PATCH] Release 0.5.2 --- Lib/ufo2ft/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/ufo2ft/__init__.py b/Lib/ufo2ft/__init__.py index 881c9f352..ad5cfd9a6 100644 --- a/Lib/ufo2ft/__init__.py +++ b/Lib/ufo2ft/__init__.py @@ -11,7 +11,7 @@ from ufo2ft.postProcessor import PostProcessor -__version__ = "0.5.2.dev0" +__version__ = "0.5.2" log = logging.getLogger(__name__) diff --git a/setup.cfg b/setup.cfg index 1c49b1610..436d0e372 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2.dev0 +current_version = 0.5.2 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index 189a175e6..2a2c98a3e 100644 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ def run(self): setup( name="ufo2ft", - version="0.5.2.dev0", + version="0.5.2", author="Tal Leming, James Godfrey-Kittle", author_email="tal@typesupply.com", maintainer="James Godfrey-Kittle",