Skip to content

Commit c43624a

Browse files
committed
Set version to 2.9.1
1 parent 911b913 commit c43624a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
Version 2.9.1
2+
3+
- _sane.c:
4+
5+
- Fix compatibility with python3.6+
6+
17
Version 2.9.0
28
-------------
39

410
- Removed support for Python 2
511

6-
-_sane.c, sane.py:
12+
- _sane.c, sane.py:
713

814
- Add a progress parameter for the snap, arr_snap, scan and arr_scan methods.
915

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.9.0'
8+
__version__ = '2.9.1'
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
setuptools.setup(name='python-sane',
11-
version='2.9.0',
11+
version='2.9.1',
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)