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 b0beaf6 commit 1d92605Copy full SHA for 1d92605
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.23.1"
+__version__ = "1.24"
18
19
try:
20
__import__('pkg_resources').declare_namespace(__name__)
tika/tika.py
@@ -165,7 +165,7 @@ def make_content_disposition_header(fn):
165
log.setLevel(logging.INFO)
166
167
Windows = True if platform.system() == "Windows" else False
168
-TikaVersion = os.getenv('TIKA_VERSION', '1.23')
+TikaVersion = os.getenv('TIKA_VERSION', '1.24')
169
TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir())
170
TikaFilesPath = tempfile.gettempdir()
171
TikaServerLogFilePath = log_path
0 commit comments