Skip to content

Commit d75833e

Browse files
committed
Set version to 2.9.0
1 parent 7b82aaa commit d75833e

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 2.9.0
2+
-------------
3+
4+
- Removed support for Python 2
5+
6+
-_sane.c, sane.py:
7+
8+
- Add a progress parameter for the snap, arr_snap, scan and arr_scan methods.
9+
10+
- sane.py:
11+
12+
- Catch exceptions returned by self.device.snap
13+
- Add __next__ to _SaneIterator for Python 3
14+
115
Version 2.8.3
216
-------------
317

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Python SANE module 2.8.3
2-
========================
1+
Python SANE module 2.9
2+
======================
33

44
.. image:: https://github.com/python-pillow/Sane/workflows/Test/badge.svg
55
:target: https://github.com/python-pillow/Sane/actions

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.3'
8+
__version__ = '2.9.0'
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.3',
11+
version='2.9.0',
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)