Skip to content

Commit

Permalink
bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Oct 3, 2014
1 parent c59913d commit d8d9bed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Expand Up @@ -11,6 +11,10 @@ latest changes in development for next release

.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1.1.0
-----

* support for ``.wav``, ``.mp3``, and ``.ogg`` files (`#56`_ and `#62`_ by `@arvindch`_)

* support for ``.csv`` files (`#64`_)
Expand Down
4 changes: 0 additions & 4 deletions tests/test_pdf.py
Expand Up @@ -18,10 +18,6 @@ def test_pdfminer_cli(self):
def test_tesseract_cli(self):
"""confirm pdf extraction with tesseract"""
d = self.get_extension_directory()

import subprocess
subprocess.call('tesseract --version', shell=True)

self.compare_cli_output(
os.path.join(d, "ocr_text.pdf"),
expected_filename=os.path.join(d, "ocr_text.txt"),
Expand Down
2 changes: 1 addition & 1 deletion textract/__init__.py
@@ -1,3 +1,3 @@
VERSION = "1.0.0"
VERSION = "1.1.0"

from .parsers import process

0 comments on commit d8d9bed

Please sign in to comment.