From b0bba856677273409ddbfd6b1fe3933d7ba8711e Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 12 Jun 2018 19:59:14 +0100 Subject: [PATCH] Release 2.0.0 --- 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 6fcbb7d3d..48b4637c8 100644 --- a/Lib/ufo2ft/__init__.py +++ b/Lib/ufo2ft/__init__.py @@ -19,7 +19,7 @@ import logging -__version__ = "2.0.0.dev0" +__version__ = "2.0.0" logger = logging.getLogger(__name__) diff --git a/setup.cfg b/setup.cfg index 0cac07405..1b3b3ddf7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0.dev0 +current_version = 2.0.0 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index 6cbf249a3..36dcb75cb 100644 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ def run(self): setup( name="ufo2ft", - version="2.0.0.dev0", + version="2.0.0", author="Tal Leming, James Godfrey-Kittle", author_email="tal@typesupply.com", maintainer="James Godfrey-Kittle",