Skip to content

Commit

Permalink
Set version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 5, 2021
1 parent 7b82aaa commit d75833e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 2.9.0
-------------

- Removed support for Python 2

-_sane.c, sane.py:

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

- sane.py:

- Catch exceptions returned by self.device.snap
- Add __next__ to _SaneIterator for Python 3

Version 2.8.3
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Python SANE module 2.8.3
========================
Python SANE module 2.9
======================

.. image:: https://github.com/python-pillow/Sane/workflows/Test/badge.svg
:target: https://github.com/python-pillow/Sane/actions
Expand Down
2 changes: 1 addition & 1 deletion sane.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# of SANE, consult the documentation at the SANE home page:
# http://www.sane-project.org/docs.html

__version__ = '2.8.3'
__version__ = '2.9.0'
__author__ = ['Andrew Kuchling', 'Ralph Heinkel', 'Sandro Mani']

import _sane
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
sources=['_sane.c'])

setup(name='python-sane',
version='2.8.3',
version='2.9.0',
description='This is the python-sane package',
url='https://github.com/python-pillow/Sane',
maintainer='Sandro Mani',
Expand Down

0 comments on commit d75833e

Please sign in to comment.