Skip to content

Commit

Permalink
Prepare new release: critical bug fix in URL Handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
franckferman committed Oct 24, 2023
1 parent dd29e1c commit ed591a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye-slim

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

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "MetaDetective"
version = "1.0.6"
version = "1.0.7"
description = "Unleash Metadata Intelligence with MetaDetective. Your Assistant Beyond Metagoofil."
authors = [{ name = "Franck Ferman", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions src/MetaDetective/MetaDetective.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Created By : Franck FERMAN @franckferman
Created Date: 27/08/2023
Version : 1.0.6 (23/10/2023)
Version : 1.0.7 (24/10/2023)
"""

import argparse
Expand Down Expand Up @@ -61,7 +61,7 @@
EXIFTOOL_EXECUTION_ERROR = "Error: exiftool encountered an error."

NOMINATIM_HOST = "nominatim.openstreetmap.org"
USER_AGENT = 'MetaDetective/1.0.6'
USER_AGENT = 'MetaDetective/1.0.7'
NOMINATIM_ENDPOINT = "/reverse?format=jsonv2&lat={lat}&lon={lon}"

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

0 comments on commit ed591a3

Please sign in to comment.