Bump to -rc5

This commit is contained in:
James R. Barlow
2015-08-16 02:19:04 -07:00
parent 0ec13d3a17
commit 53c88093ad
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -71,6 +71,7 @@ Release candidates
- dropped Java and JHOVE in favour of qpdf
- improved command line error output
- additional tests and bug fixes
- tested on Ubuntu 14.04 LTS
- rc4:
+1 -1
View File
@@ -104,7 +104,7 @@ check_pil_encoder('zlib', 'PNG')
parser = cmdline.get_argparse(
prog="ocrmypdf",
description="Generate searchable PDF file from an image-only PDF file.",
version='3.0rc4',
version='3.0rc5',
fromfile_prefix_chars='@',
ignored_args=[
'touch_files_only', 'recreate_database', 'checksum_file_name',
+1 -1
View File
@@ -176,7 +176,7 @@ if 'upload' in sys.argv[1:]:
setup(
name='ocrmypdf',
version='3.0rc4', # also update: release notes, main.py
version='3.0rc5', # also update: release notes, main.py
description='OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched',
url='https://github.com/fritz-hh/OCRmyPDF',
author='James. R. Barlow',