Skip to content

Commit ed591a3

Browse files
committed
Prepare new release: critical bug fix in URL Handling.
1 parent dd29e1c commit ed591a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:bullseye-slim
22

33
LABEL maintainer="Franck FERMAN <[email protected]>" \
44
description="Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil." \
5-
metadetective_version="1.0.6" \
5+
metadetective_version="1.0.7" \
66
docker_image_version="1.0.1"
77

88
RUN apt-get update && \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "MetaDetective"
7-
version = "1.0.6"
7+
version = "1.0.7"
88
description = "Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil."
99
authors = [{ name = "Franck Ferman", email = "[email protected]" }]
1010
license = { file = "LICENSE" }

src/MetaDetective/MetaDetective.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Created By : Franck FERMAN @franckferman
66
Created Date: 27/08/2023
7-
Version : 1.0.6 (23/10/2023)
7+
Version : 1.0.7 (24/10/2023)
88
"""
99

1010
import argparse
@@ -61,7 +61,7 @@
6161
EXIFTOOL_EXECUTION_ERROR = "Error: exiftool encountered an error."
6262

6363
NOMINATIM_HOST = "nominatim.openstreetmap.org"
64-
USER_AGENT = 'MetaDetective/1.0.6'
64+
USER_AGENT = 'MetaDetective/1.0.7'
6565
NOMINATIM_ENDPOINT = "/reverse?format=jsonv2&lat={lat}&lon={lon}"
6666

6767
NOMINATIM_LINK = "https://nominatim.openstreetmap.org/ui/reverse.html?lat={lat}&lon={lon}"

0 commit comments

Comments
 (0)