From 256018953a4097ed69f8815a47d9a03a3eef2739 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Thu, 1 Apr 2021 11:18:27 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.22.0=20=E2=86=92=204.22.1.d?= =?UTF-8?q?ev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/fontTools/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/fontTools/__init__.py b/Lib/fontTools/__init__.py index 82da9b70b..9ebb8cf9d 100644 --- a/Lib/fontTools/__init__.py +++ b/Lib/fontTools/__init__.py @@ -3,6 +3,6 @@ from fontTools.misc.loggingTools import configLogger log = logging.getLogger(__name__) -version = __version__ = "4.22.0" +version = __version__ = "4.22.1.dev0" __all__ = ["version", "log", "configLogger"] diff --git a/setup.cfg b/setup.cfg index 230175c6f..e8cccddba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.22.0 +current_version = 4.22.1.dev0 commit = True tag = False tag_name = {new_version} diff --git a/setup.py b/setup.py index d1c5a4f67..8b72e89d5 100755 --- a/setup.py +++ b/setup.py @@ -441,7 +441,7 @@ if ext_modules: setup_params = dict( name="fonttools", - version="4.22.0", + version="4.22.1.dev0", description="Tools to manipulate font files", author="Just van Rossum", author_email="just@letterror.com",