Skip to content

Commit fb3180b

Browse files
committed
doc: update readme
1 parent 094c663 commit fb3180b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ ChangeLog
4242
----------
4343

4444
Versoin 3.0.0
45+
~~~~~~~~~~~~~~~
4546

47+
+ Add support for Python 3.9 & 3.10
4648
+ Drop support for Python 2
49+
+ Build wheels for musl & aarch64
4750

4851
Version 2.0.1
4952
~~~~~~~~~~~~~~~

bencoder.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
# Based on https://github.com/karamanolev/bencode3/blob/master/bencode.py
1414

15-
__version__ = '3.0.0'
16-
1715

1816

1917
from cpython.version cimport PY_MAJOR_VERSION, PY_MINOR_VERSION

0 commit comments

Comments
 (0)