Skip to content

Commit

Permalink
Release 1.0.4 final
Browse files Browse the repository at this point in the history
  • Loading branch information
naufraghi committed Nov 3, 2022
1 parent 483322b commit 9b22b30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Matteo Bertini <[email protected]>
Copyright (c) 2022 Matteo Bertini <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Given the C API works modifying a buffer in-place, the wrapper offers:

## Release notes

- **1.0.4** (Nov 3, 2022)
- Final release with Python 3.11
- 1.0.4rc1 (Oct 24, 2022)
- add Python 3.11 to the matrix, remove Python 2.7 and 3.6
- **1.0.3** (Feb 22, 2022)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Copyright (c) 2020 Matteo Bertini <[email protected]>
# Copyright (c) 2022 Matteo Bertini <[email protected]>

import os
from setuptools import setup, find_packages, Extension
Expand Down 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.0.4rc1",
version="1.0.4",
author="Matteo Bertini",
author_email="[email protected]",
url="https://github.com/naufraghi/tinyaes-py",
Expand Down

0 comments on commit 9b22b30

Please sign in to comment.