From 8771035438396719e75ded7e7bf824f20d544c80 Mon Sep 17 00:00:00 2001 From: nolze Date: Fri, 19 Jan 2024 00:56:34 +0900 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afe49e2..1ac4bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +v5.3.0 / 2024-01-19 +=================== + + * Add support for OOXML encryption, a port from the C++ library https://github.com/herumi/msoffice (@stephane-rouleau, [#86](https://github.com/nolze/msoffcrypto-tool/pull/86)) + v5.2.0 / 2024-01-06 =================== diff --git a/pyproject.toml b/pyproject.toml index 524ff69..1c1ebd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "msoffcrypto-tool" -version = "5.2.0" +version = "5.3.0" description = "Python tool and library for decrypting MS Office files with passwords or other keys" license = "MIT" homepage = "https://github.com/nolze/msoffcrypto-tool"