Bump to -rc5
This commit is contained in:
@@ -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
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user