Skip to content

Commit ad48516

Browse files
committed
release: bump version to 1.1.0 final
1 parent 8760a9b commit ad48516

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ print(unpad(text)) # b'hello' decrypted, original text
5353

5454
## Release notes
5555

56+
- **1.1.0** (Dec 5, 2023)
57+
- Final release with Python 3.12
5658
- 1.1.0rc1 (Oct 2, 2023)
5759
- Add Python 3.12 final to the matrix
5860
- Expose _raw_ functions for CBC mode, with manual padding and unpadding

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
description="tiny-AES-c wrapper in Cython",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",
33-
version="1.1.0rc1",
33+
version="1.1.0",
3434
author="Matteo Bertini",
3535
author_email="naufraghi@develer.com",
3636
url="https://github.com/naufraghi/tinyaes-py",

0 commit comments

Comments
 (0)