Skip to content

Commit

Permalink
Prepare v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Sep 21, 2024
1 parent 2b6c584 commit 24a3b70
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.0 (2024-09-21)
- Update cryptography dependency to 43.0.1
- Drop support for python 2.7, 3.6 and 3.7
- Add support for python 3.9, 3.10, 3.11

## 1.1.9 (2021-05-09)
- Update cryptography dependency to 3.3.2

Expand Down
2 changes: 1 addition & 1 deletion lora/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.1.9"
VERSION = "2.0.0"
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
keywords="LoRa decrypt",
packages=["lora"],
Expand Down

0 comments on commit 24a3b70

Please sign in to comment.