Skip to content

Commit f73d5da

Browse files
committed
Preparation of a new release (1.0.8) due to the temporary correction of a very blocking bug.
1 parent 00042f6 commit f73d5da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If possible, attach screenshots to support your description.
4747
- **Exiftool**: [e.g. 12.56]
4848
*Retrieval:* `exiftool -ver`
4949

50-
- **MetaDetective**: [e.g. 1.0.7]
50+
- **MetaDetective**: [e.g. 1.0.8]
5151

5252
### Docker (if used)
5353

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