Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 2, 2017
1 parent 682c63f commit 73b13c7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 2.8.3
-------------

- _sane.c:

- Don't call sane_close on handle if sane_exit was called since

- Documentation.

- Fix example and documentation to reflect actual arr_snap array shape
- Fix various typos

Version 2.8.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Python SANE module 2.8.2
Python SANE module 2.8.3
========================

.. image:: https://travis-ci.org/python-pillow/Sane.svg
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.2'
__version__ = '2.8.3'
__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.2',
version='2.8.3',
description='This is the python-sane package',
url='https://github.com/python-pillow/Sane',
maintainer='Sandro Mani',
Expand Down

0 comments on commit 73b13c7

Please sign in to comment.