From ff85008e801f9ff49cee7526a78a89483d84dd12 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Sun, 18 May 2008 06:28:37 +0000 Subject: [PATCH] Get ready to release version 2.2 git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@559 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/fontTools/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/fontTools/__init__.py b/Lib/fontTools/__init__.py index 23a1f09a1..fa46dc6b0 100644 --- a/Lib/fontTools/__init__.py +++ b/Lib/fontTools/__init__.py @@ -1 +1 @@ -version = "2.1+" +version = "2.2" diff --git a/setup.py b/setup.py index abee71e9c..f1c9ad44f 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ TrueType/OpenType fonts to and from an XML-based format. setup( name = "fonttools", - version = "2.1+", + version = "2.2", description = "Tools to manipulate font files", author = "Just van Rossum", author_email = "just@letterror.com",