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 e519f20 commit e67ecabCopy full SHA for e67ecab
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.13.2"
+__version__ = "1.14"
18
19
try:
20
__import__('pkg_resources').declare_namespace(__name__)
tika/tika.py
@@ -118,7 +118,7 @@ def make_content_disposition_header(fn):
118
log.setLevel(logging.INFO)
119
120
Windows = True if platform.system() == "Windows" else False
121
-TikaVersion = os.getenv('TIKA_VERSION', '1.13')
+TikaVersion = os.getenv('TIKA_VERSION', '1.14')
122
TikaJarPath = tempfile.gettempdir()
123
TikaFilesPath = tempfile.gettempdir()
124
TikaServerLogFilePath = tempfile.gettempdir()
0 commit comments