Skip to content

Commit

Permalink
update readme (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Nov 14, 2021
1 parent a55ee49 commit 09b13a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ b'helloworld'
## Release Notes

### 0.3.1 ~ 0.3.10
### 0.3.1 ~ 0.3.11

- Support Python 3.8, 3.9 and phase out 3.5
- Support Python 3.8, 3.9, 3.10 and phase out 3.5
- Bump dependencies
- Update documentation

Expand All @@ -263,7 +263,7 @@ b'helloworld'

### 0.2.0

- API change: `ecies.encrypt` and `ecies.decrypt` now can take both hex str and raw bytes
- API change: `ecies.encrypt` and `ecies.decrypt` now can take both hex `str` and raw `bytes`
- Bump dependencies
- Update documentation

Expand Down

0 comments on commit 09b13a4

Please sign in to comment.