Skip to content

Commit

Permalink
Upgrade to Tika 1.23 this closes #268.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismattmann committed Dec 13, 2019
1 parent 9a47e55 commit 45e41b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.22"
__version__ = "1.23"

try:
__import__('pkg_resources').declare_namespace(__name__)
Expand Down
2 changes: 1 addition & 1 deletion tika/tika.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def make_content_disposition_header(fn):
log.setLevel(logging.INFO)

Windows = True if platform.system() == "Windows" else False
TikaVersion = os.getenv('TIKA_VERSION', '1.22')
TikaVersion = os.getenv('TIKA_VERSION', '1.23')
TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir())
TikaFilesPath = tempfile.gettempdir()
TikaServerLogFilePath = log_path
Expand Down

0 comments on commit 45e41b0

Please sign in to comment.