Skip to content

Commit

Permalink
Bump to -rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Aug 24, 2015
1 parent b376672 commit 2ce6834
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Changes
Release candidates
------------------

- rc8:

- fix issue #111: exception thrown if PDF is missing DocumentInfo dictionary

- rc7:

- fix error when installing direct from pip, "no such file 'requirements.txt'"
Expand Down
2 changes: 1 addition & 1 deletion ocrmypdf/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def check_pil_encoder(codec_name, friendly_name):
parser = cmdline.get_argparse(
prog="ocrmypdf",
description="Generate searchable PDF file from an image-only PDF file.",
version='3.0rc7',
version='3.0rc8',
fromfile_prefix_chars='@',
ignored_args=[
'touch_files_only', 'recreate_database', 'checksum_file_name',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def check_external_program(

setup(
name='ocrmypdf',
version='3.0rc7', # also update: release notes, main.py
version='3.0rc8', # 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',
Expand Down

0 comments on commit 2ce6834

Please sign in to comment.