Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
matiargs
mat2
Commits
ddd9f57f
Verified
Commit
ddd9f57f
authored
10 months ago
by
matiargs
Browse files
Options
Downloads
Patches
Plain Diff
Bump the changelog
parent
ec74b25e
Branches
master
Tags
0.13.5
No related merge requests found
Pipeline
#230187
passed with warnings
10 months ago
Stage: linting
Stage: test
Changes
5
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
doc/mat2.1
+1
-1
1 addition, 1 deletion
doc/mat2.1
mat2
+1
-1
1 addition, 1 deletion
mat2
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
7 additions
and
4 deletions
CHANGELOG.md
+
3
−
0
View file @
ddd9f57f
# 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
...
...
This diff is collapsed.
Click to expand it.
doc/mat2.1
+
1
−
1
View file @
ddd9f57f
.TH mat2 "1" "
August
202
3
" "mat2 0.13.
4
" "User Commands"
.TH mat2 "1" "
July
202
4
" "mat2 0.13.
5
" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
...
...
This diff is collapsed.
Click to expand it.
mat2
+
1
−
1
View file @
ddd9f57f
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
ddd9f57f
[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"
}
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ddd9f57f
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment