Skip to content

Commit 73b13c7

Browse files
committed
Version bump
1 parent 682c63f commit 73b13c7

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
Version 2.8.2
214
-------------
315

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.2
1+
Python SANE module 2.8.3
22
========================
33

44
.. image:: https://travis-ci.org/python-pillow/Sane.svg

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.2'
8+
__version__ = '2.8.3'
99
__author__ = ['Andrew Kuchling', 'Ralph Heinkel', 'Sandro Mani']
1010

1111
import _sane

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sources=['_sane.c'])
99

1010
setup(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',

0 commit comments

Comments
 (0)