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 9a47e55 commit 45e41b0Copy full SHA for 45e41b0
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.22"
+__version__ = "1.23"
18
19
try:
20
__import__('pkg_resources').declare_namespace(__name__)
tika/tika.py
@@ -161,7 +161,7 @@ def make_content_disposition_header(fn):
161
log.setLevel(logging.INFO)
162
163
Windows = True if platform.system() == "Windows" else False
164
-TikaVersion = os.getenv('TIKA_VERSION', '1.22')
+TikaVersion = os.getenv('TIKA_VERSION', '1.23')
165
TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir())
166
TikaFilesPath = tempfile.gettempdir()
167
TikaServerLogFilePath = log_path
0 commit comments