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 720061a commit 29db953Copy full SHA for 29db953
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.14.2"
+__version__ = "1.15"
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.14')
+TikaVersion = os.getenv('TIKA_VERSION', '1.15')
156
TikaJarPath = tempfile.gettempdir()
157
TikaFilesPath = tempfile.gettempdir()
158
TikaServerLogFilePath = log_path
0 commit comments