Skip to content

Commit

Permalink
Preparation of a new release (1.0.8) due to the temporary correction …
Browse files Browse the repository at this point in the history
…of a very blocking bug.
  • Loading branch information
franckferman committed Oct 24, 2023
1 parent 00042f6 commit f73d5da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If possible, attach screenshots to support your description.
- **Exiftool**: [e.g. 12.56]
*Retrieval:* `exiftool -ver`

- **MetaDetective**: [e.g. 1.0.7]
- **MetaDetective**: [e.g. 1.0.8]

### Docker (if used)

Expand Down
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.7" \
metadetective_version="1.0.8" \
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.7"
version = "1.0.8"
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.7 (24/10/2023)
Version : 1.0.8 (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.7'
USER_AGENT = 'MetaDetective/1.0.8'
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 f73d5da

Please sign in to comment.