We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368fdaf commit 8c4d40dCopy full SHA for 8c4d40d
CHANGES.rst
@@ -1,3 +1,11 @@
1
+Version 2.8.1
2
+-------------
3
+
4
+- sane.py:
5
6
+ - Fix array shape returned by sane.arr_snap()
7
8
9
Version 2.8.0
10
-------------
11
README.rst
@@ -1,4 +1,4 @@
-Python SANE module 2.8.0
+Python SANE module 2.8.1
========================
sane.py
@@ -5,7 +5,7 @@
# of SANE, consult the documentation at the SANE home page:
# http://www.sane-project.org/docs.html
-__version__ = '2.8.0'
+__version__ = '2.8.1'
__author__ = ['Andrew Kuchling', 'Ralph Heinkel', 'Sandro Mani']
import _sane
0 commit comments