Skip to content

Commit

Permalink
Merge tag 'v1.4.0' into develop
Browse files Browse the repository at this point in the history
Release v1.4.0
  • Loading branch information
fedelemantuano committed Jul 24, 2018
2 parents 6d4bf3b + c008f84 commit a32d4bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -93,7 +93,6 @@ tika_client.extract_only_content(payload="base64_payload")
or you can analyze file object (like standard input) with the same methods, but passing `objectInput` argument:

```
tika_client.detect_content_type(objectInput="objectInput")
tika_client.detect_language(objectInput="objectInput")
tika_client.extract_all_content(objectInput="objectInput")
tika_client.extract_only_content(objectInput="objectInput")
Expand Down
1 change: 0 additions & 1 deletion README.rst
Expand Up @@ -104,7 +104,6 @@ methods, but passing ``objectInput`` argument:

::

tika_client.detect_content_type(objectInput="objectInput")
tika_client.detect_language(objectInput="objectInput")
tika_client.extract_all_content(objectInput="objectInput")
tika_client.extract_only_content(objectInput="objectInput")
Expand Down
2 changes: 1 addition & 1 deletion tikapp/version.py
Expand Up @@ -17,7 +17,7 @@
limitations under the License.
"""

__version__ = "1.3.0"
__version__ = "1.4.0"

if __name__ == "__main__":
print(__version__)

0 comments on commit a32d4bc

Please sign in to comment.