We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50c98f commit 125cf61Copy full SHA for 125cf61
tika/__init__.py
@@ -14,7 +14,7 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-__version__ = "1.24.2"
+__version__ = "1.25"
18
19
try:
20
__import__('pkg_resources').declare_namespace(__name__)
tika/tika.py
@@ -166,7 +166,7 @@ def make_content_disposition_header(fn):
166
log.setLevel(logging.INFO)
167
168
Windows = True if platform.system() == "Windows" else False
169
-TikaVersion = os.getenv('TIKA_VERSION', '1.24.1')
+TikaVersion = os.getenv('TIKA_VERSION', '1.25')
170
TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir())
171
TikaFilesPath = tempfile.gettempdir()
172
TikaServerLogFilePath = log_path
0 commit comments