From 4ff065a23ea3b37c32c13274163272b8e5aaa557 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 17 Oct 2009 17:38:06 +0200 Subject: [PATCH] Release 0.2.1. --- doc/changelog | 4 ++-- doc/ocrodjvu.xml | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/changelog b/doc/changelog index d045bfee..879d4a93 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,10 +1,10 @@ -ocrodjvu (0.2.1) UNRELEASED; urgency=low +ocrodjvu (0.2.1) unstable; urgency=low * Give a clearer error message if OCRopus were interrupted by a signal. * Add the --language option. * Add the --list-languages options. - -- Jakub Wilk Fri, 16 Oct 2009 17:06:11 +0200 + -- Jakub Wilk Sat, 17 Oct 2009 17:34:43 +0200 ocrodjvu (0.2.0) unstable; urgency=low diff --git a/doc/ocrodjvu.xml b/doc/ocrodjvu.xml index e04e5bef..f858619d 100644 --- a/doc/ocrodjvu.xml +++ b/doc/ocrodjvu.xml @@ -2,7 +2,7 @@ - + ]> diff --git a/setup.py b/setup.py index c73db17f..e824bc4c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name = 'ocrodjvu', - version = '0.2.0', + version = '0.2.1', license = 'GNU GPL 2', description = 'OCRopus for DjVu', long_description = __doc__.strip(),