Skip to content
Snippets Groups Projects
Verified Commit ddd9f57f authored by matiargs's avatar matiargs
Browse files

Bump the changelog

parent ec74b25e
Branches master
Tags 0.13.5
No related merge requests found
Pipeline #230187 passed with warnings
# 0.13.5 - 2023-08-02
- Keep orientation metadata on jpeg and tiff files
# 0.13.4 - 2023-08-02
- Add documentation about mat2 on OSX
......
.TH mat2 "1" "August 2023" "mat2 0.13.4" "User Commands"
.TH mat2 "1" "July 2024" "mat2 0.13.5" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
......
......@@ -17,7 +17,7 @@ except ValueError as ex:
print(ex)
sys.exit(1)
__version__ = '0.13.4'
__version__ = '0.13.5'
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING)
......
[project]
name = "mat2"
version = "0.13.4"
version = "0.13.5"
description = "mat2 is a metadata removal tool, supporting a wide range of commonly used file formats, written in python3: at its core, it's a library, used by an eponymous command-line interface, as well as several file manager extensions."
readme = "README.md"
license = {file = "LICENSE"}
......
......@@ -5,7 +5,7 @@ with open("README.md", encoding='utf-8') as fh:
setuptools.setup(
name="mat2",
version='0.13.4',
version='0.13.5',
author="Julien (jvoisin) Voisin",
author_email="julien.voisin+mat2@dustri.org",
description="A handy tool to trash your metadata",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment