File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4646 ChangeLog
4747----------
4848
49+ Version 1.2.1
50+ ~~~~~~~~~~~~~~~
51+
52+ + Drop support for Python 2.6
53+ + Performance boost for `bencode ` method. `#7 <https://github.com/whtsky/bencoder.pyx/issues/7 >`_
54+
4955Version 1.2.0
5056~~~~~~~~~~~~~~~
5157
Original file line number Diff line number Diff line change 1212
1313# Based on https://github.com/karamanolev/bencode3/blob/master/bencode.py
1414
15- __version__ = ' 1.2.0 '
15+ __version__ = ' 1.2.1 '
1616
1717
1818try :
Original file line number Diff line number Diff line change 11[bdist_wheel]
22
3- [pytest]
3+ [tool: pytest]
44testpaths = tests
55addopts = -rw
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def get_tag(self):
9797
9898setup (
9999 name = 'bencoder.pyx' ,
100- version = '1.2.0 ' ,
100+ version = '1.2.1 ' ,
101101 description = 'Yet another bencode implementation in Cython' ,
102102 long_description = open ('README.rst' , 'r' ).read (),
103103 author = 'whtsky' ,
You can’t perform that action at this time.
0 commit comments