Skip to content

Commit 45e41b0

Browse files
committed
Upgrade to Tika 1.23 this closes #268.
1 parent 9a47e55 commit 45e41b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "1.22"
17+
__version__ = "1.23"
1818

1919
try:
2020
__import__('pkg_resources').declare_namespace(__name__)

tika/tika.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def make_content_disposition_header(fn):
161161
log.setLevel(logging.INFO)
162162

163163
Windows = True if platform.system() == "Windows" else False
164-
TikaVersion = os.getenv('TIKA_VERSION', '1.22')
164+
TikaVersion = os.getenv('TIKA_VERSION', '1.23')
165165
TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir())
166166
TikaFilesPath = tempfile.gettempdir()
167167
TikaServerLogFilePath = log_path

0 commit comments

Comments
 (0)