Skip to content

Commit e67ecab

Browse files
committed
Upgrade to 1.14 in prep for Tika Python 1.14 release. this closes #123
1 parent e519f20 commit e67ecab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "1.13.2"
17+
__version__ = "1.14"
1818

1919
try:
2020
__import__('pkg_resources').declare_namespace(__name__)

tika/tika.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def make_content_disposition_header(fn):
118118
log.setLevel(logging.INFO)
119119

120120
Windows = True if platform.system() == "Windows" else False
121-
TikaVersion = os.getenv('TIKA_VERSION', '1.13')
121+
TikaVersion = os.getenv('TIKA_VERSION', '1.14')
122122
TikaJarPath = tempfile.gettempdir()
123123
TikaFilesPath = tempfile.gettempdir()
124124
TikaServerLogFilePath = tempfile.gettempdir()

0 commit comments

Comments
 (0)