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 7c41923 commit cb8cd47Copy full SHA for cb8cd47
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.15"
+__version__ = "1.16"
18
19
try:
20
__import__('pkg_resources').declare_namespace(__name__)
tika/tika.py
@@ -152,7 +152,7 @@ def make_content_disposition_header(fn):
152
log.setLevel(logging.INFO)
153
154
Windows = True if platform.system() == "Windows" else False
155
-TikaVersion = os.getenv('TIKA_VERSION', '1.15')
+TikaVersion = os.getenv('TIKA_VERSION', '1.16')
156
TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir())
157
TikaFilesPath = tempfile.gettempdir()
158
TikaServerLogFilePath = log_path
0 commit comments