Skip to content

Commit 9b22b30

Browse files
committed
Release 1.0.4 final
1 parent 483322b commit 9b22b30

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Matteo Bertini <naufraghi@develer.com>
3+
Copyright (c) 2022 Matteo Bertini <naufraghi@develer.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Given the C API works modifying a buffer in-place, the wrapper offers:
1515

1616
## Release notes
1717

18+
- **1.0.4** (Nov 3, 2022)
19+
- Final release with Python 3.11
1820
- 1.0.4rc1 (Oct 24, 2022)
1921
- add Python 3.11 to the matrix, remove Python 2.7 and 3.6
2022
- **1.0.3** (Feb 22, 2022)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright (c) 2020 Matteo Bertini <naufraghi@develer.com>
4+
# Copyright (c) 2022 Matteo Bertini <naufraghi@develer.com>
55

66
import os
77
from setuptools import setup, find_packages, Extension
@@ -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.0.4rc1",
33+
version="1.0.4",
3434
author="Matteo Bertini",
3535
author_email="naufraghi@develer.com",
3636
url="https://github.com/naufraghi/tinyaes-py",

0 commit comments

Comments
 (0)