Skip to content

Commit 8c4d40d

Browse files
committed
Set version to 2.8.1
1 parent 368fdaf commit 8c4d40d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
Version 2.8.0
210
-------------
311

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Python SANE module 2.8.0
1+
Python SANE module 2.8.1
22
========================
33

44

sane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# of SANE, consult the documentation at the SANE home page:
66
# http://www.sane-project.org/docs.html
77

8-
__version__ = '2.8.0'
8+
__version__ = '2.8.1'
99
__author__ = ['Andrew Kuchling', 'Ralph Heinkel', 'Sandro Mani']
1010

1111
import _sane

0 commit comments

Comments
 (0)