File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 2.8.3
2+ -------------
3+
4+ - _sane.c:
5+
6+ - Don't call sane_close on handle if sane_exit was called since
7+
8+ - Documentation.
9+
10+ - Fix example and documentation to reflect actual arr_snap array shape
11+ - Fix various typos
12+
113Version 2.8.2
214-------------
315
Original file line number Diff line number Diff line change 1- Python SANE module 2.8.2
1+ Python SANE module 2.8.3
22========================
33
44.. image :: https://travis-ci.org/python-pillow/Sane.svg
Original file line number Diff line number Diff line change 55# of SANE, consult the documentation at the SANE home page:
66# http://www.sane-project.org/docs.html
77
8- __version__ = '2.8.2 '
8+ __version__ = '2.8.3 '
99__author__ = ['Andrew Kuchling' , 'Ralph Heinkel' , 'Sandro Mani' ]
1010
1111import _sane
Original file line number Diff line number Diff line change 88 sources = ['_sane.c' ])
99
1010setup (name = 'python-sane' ,
11- version = '2.8.2 ' ,
11+ version = '2.8.3 ' ,
1212 description = 'This is the python-sane package' ,
1313 url = 'https://github.com/python-pillow/Sane' ,
1414 maintainer = 'Sandro Mani' ,
You can’t perform that action at this time.
0 commit comments