From ad48516ce79fe79792ff18171f0f91935ec5b03d Mon Sep 17 00:00:00 2001 From: Matteo Bertini Date: Tue, 5 Dec 2023 15:20:19 +0100 Subject: [PATCH] release: bump version to 1.1.0 final --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adea22b..c4d864c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ print(unpad(text)) # b'hello' decrypted, original text ## Release notes +- **1.1.0** (Dec 5, 2023) + - Final release with Python 3.12 - 1.1.0rc1 (Oct 2, 2023) - Add Python 3.12 final to the matrix - Expose _raw_ functions for CBC mode, with manual padding and unpadding diff --git a/setup.py b/setup.py index c6070e6..69657d6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ description="tiny-AES-c wrapper in Cython", long_description=long_description, long_description_content_type="text/markdown", - version="1.1.0rc1", + version="1.1.0", author="Matteo Bertini", author_email="naufraghi@develer.com", url="https://github.com/naufraghi/tinyaes-py",