From b0f4c919b05a378f5c0aeceaeedeab25380d8900 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 10 Sep 2018 17:38:47 +0200 Subject: [PATCH] Release 2.2.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 f024ea4a3..46c366897 100644 --- a/Lib/ufo2ft/__init__.py +++ b/Lib/ufo2ft/__init__.py @@ -19,7 +19,7 @@ import logging -__version__ = "2.2.2.dev0" +__version__ = "2.2.2" logger = logging.getLogger(__name__) diff --git a/setup.cfg b/setup.cfg index 3c1679efe..e1aa5b039 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.2.dev0 +current_version = 2.2.2 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index 75cb4058d..868172af6 100644 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ def run(self): setup( name="ufo2ft", - version="2.2.2.dev0", + version="2.2.2", author="Tal Leming, James Godfrey-Kittle", author_email="tal@typesupply.com", maintainer="James Godfrey-Kittle",