Skip to content

Commit

Permalink
release: bump version to 1.1.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
naufraghi committed Dec 5, 2023
1 parent 8760a9b commit ad48516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ad48516

Please sign in to comment.