We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6ba47 commit 6d9e72cCopy full SHA for 6d9e72c
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+v6.0.0 / 2026-01-12
3
+===================
4
+
5
+ * (BREAKING) Drop support for Python 3.8 and 3.9, add Python 3.14 to CI
6
+ * Update dependencies
7
+ * Clarify error messages
8
9
v5.4.2 / 2024-08-09
10
===================
11
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "msoffcrypto-tool"
-version = "5.4.2"
+version = "6.0.0"
description = "Python tool and library for decrypting and encrypting MS Office files using a password or other keys"
license = "MIT"
homepage = "https://github.com/nolze/msoffcrypto-tool"
0 commit comments