Skip to content

Commit bcd1cfd

Browse files
committed
Release 1.1.1
1 parent d9a4c0c commit bcd1cfd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- uses: pypa/gh-action-pypi-publish@v1.10.1
6464
with:
65-
skip_existing: true
65+
skip-existing: true
6666
user: ${{ secrets.PYPI_USERNAME }}
6767
password: ${{ secrets.PYPI_PASSWORD }}
6868
# To test: repository_url: https://test.pypi.org/legacy/

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ print(unpad(text)) # b'hello' decrypted, original text
5353

5454
## Release notes
5555

56-
- **1.1.1rc1** (Sept 13, 2024) (thanks to @adehad)
56+
- **1.1.1** (Sept 13, 2024)
57+
- Final release with Python 3.13
58+
- **1.1.1rc1** (Sept 13, 2024)
5759
- Add Python 3.13 to the matrix
5860
- Drop Python 2.7, 3.6 and 3.7 (keep Python 3.8+)
5961
- Upgrade from windows-2019 to 2020

setup.py

+1-1
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.1rc1",
33+
version="1.1.1",
3434
author="Matteo Bertini",
3535
author_email="naufraghi@develer.com",
3636
url="https://github.com/naufraghi/tinyaes-py",

0 commit comments

Comments
 (0)