From 48a4b763321d7b91604a16edbe46f046305b1ebb Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 23 Jan 2025 12:21:31 +0000 Subject: [PATCH] =?UTF-8?q?Reapply=20"Bump=20version:=204.55.5=20=E2=86=92?= =?UTF-8?q?=204.55.6.dev0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b1ba6870af7812fa5e92e72b703dd4a06f098092. --- 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 ccc1dd3c2..a102d65df 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.55.5" +version = __version__ = "4.55.6.dev0" __all__ = ["version", "log", "configLogger"] diff --git a/setup.cfg b/setup.cfg index 631b1c282..f3b48110c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.55.5 +current_version = 4.55.6.dev0 commit = True tag = False tag_name = {new_version} diff --git a/setup.py b/setup.py index e5a17bfa8..f175d2c3e 100755 --- a/setup.py +++ b/setup.py @@ -482,7 +482,7 @@ if ext_modules: setup_params = dict( name="fonttools", - version="4.55.5", + version="4.55.6.dev0", description="Tools to manipulate font files", author="Just van Rossum", author_email="just@letterror.com",