From ea2c5ca5c9358d8f0a644fda2be6d062b04b6857 Mon Sep 17 00:00:00 2001 From: Dean Malmgren Date: Sat, 31 Jan 2015 02:57:15 -0600 Subject: [PATCH] bump in version to 1.2.0 --- docs/changelog.rst | 4 ++++ textract/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 453b9c50..68442f33 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,10 @@ latest changes in development for next release .. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE! + +1.2.0 +----- + * support for ``.tiff`` files (`#81`_) * added support for other languages for tesseract (`#76`_ by `@anderser`_) diff --git a/textract/__init__.py b/textract/__init__.py index 7f9617c6..0cda7681 100644 --- a/textract/__init__.py +++ b/textract/__init__.py @@ -1,3 +1,3 @@ -VERSION = "1.1.0" +VERSION = "1.2.0" from .parsers import process