diff options
| author | jvoisin | 2023-01-28 17:55:02 +0100 |
|---|---|---|
| committer | jvoisin | 2023-01-28 17:55:02 +0100 |
| commit | 66a36f6b15b0a9fdc792aabe3d0956b3fc680464 (patch) | |
| tree | 3c5d4c0ad210de23e34e70cf08c2018d91d682af | |
| parent | 3cb3f58084043533a55c72c43453692ba972d864 (diff) | |
Bump the changelog0.13.2
Diffstat (limited to '')
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | doc/mat2.1 | 2 | ||||
| -rwxr-xr-x | mat2 | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1442b47..e9b4787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | # 0.13.2 - 2023-01-28 | ||
| 2 | |||
| 3 | - Fix a crash on some python versions | ||
| 4 | |||
| 1 | # 0.13.1 - 2023-01-07 | 5 | # 0.13.1 - 2023-01-07 |
| 2 | 6 | ||
| 3 | - Improve xlsx support | 7 | - Improve xlsx support |
| @@ -1,4 +1,4 @@ | |||
| 1 | .TH mat2 "1" "January 2023" "mat2 0.13.1" "User Commands" | 1 | .TH mat2 "1" "January 2023" "mat2 0.13.2" "User Commands" |
| 2 | 2 | ||
| 3 | .SH NAME | 3 | .SH NAME |
| 4 | mat2 \- the metadata anonymisation toolkit 2 | 4 | mat2 \- the metadata anonymisation toolkit 2 |
| @@ -17,7 +17,7 @@ except ValueError as ex: | |||
| 17 | print(ex) | 17 | print(ex) |
| 18 | sys.exit(1) | 18 | sys.exit(1) |
| 19 | 19 | ||
| 20 | __version__ = '0.13.1' | 20 | __version__ = '0.13.2' |
| 21 | 21 | ||
| 22 | logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING) | 22 | logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING) |
| 23 | 23 | ||
| @@ -5,7 +5,7 @@ with open("README.md", encoding='utf-8') as fh: | |||
| 5 | 5 | ||
| 6 | setuptools.setup( | 6 | setuptools.setup( |
| 7 | name="mat2", | 7 | name="mat2", |
| 8 | version='0.13.1', | 8 | version='0.13.2', |
| 9 | author="Julien (jvoisin) Voisin", | 9 | author="Julien (jvoisin) Voisin", |
| 10 | author_email="julien.voisin+mat2@dustri.org", | 10 | author_email="julien.voisin+mat2@dustri.org", |
| 11 | description="A handy tool to trash your metadata", | 11 | description="A handy tool to trash your metadata", |
