Skip to content

Commit

Permalink
Upgrade to 1.25 and prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismattmann committed Jan 1, 2023
1 parent b50c98f commit 125cf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.24.2"
__version__ = "1.25"

try:
__import__('pkg_resources').declare_namespace(__name__)
Expand Down
2 changes: 1 addition & 1 deletion tika/tika.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def make_content_disposition_header(fn):
log.setLevel(logging.INFO)

Windows = True if platform.system() == "Windows" else False
TikaVersion = os.getenv('TIKA_VERSION', '1.24.1')
TikaVersion = os.getenv('TIKA_VERSION', '1.25')
TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir())
TikaFilesPath = tempfile.gettempdir()
TikaServerLogFilePath = log_path
Expand Down

0 comments on commit 125cf61

Please sign in to comment.