Skip to content

Commit d1b1419

Browse files
committed
Set version to 2.9.2
1 parent 89df3d5 commit d1b1419

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,4 +1,16 @@
1+
Version 2.9.2
2+
-------------
3+
4+
- sane.py:
5+
6+
- Silently ignore exception raised by device.cancel in SaneIterator.__del__ if device was already closed
7+
8+
- Port to pyproject.toml
9+
- Added Python 3.10, 3.11, 3.12, 3.13
10+
11+
112
Version 2.9.1
13+
-------------
214

315
- _sane.c:
416

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

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "python-sane"
9-
version = "2.9.1"
9+
version = "2.9.2"
1010
description = "This is the python-sane package"
1111
readme = "README.rst"
1212
authors = [{name = "Sandro Mani", email = "manisandro@gmail.com"}]

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

1111
import _sane

0 commit comments

Comments
 (0)