version bump to 1.0.9
This commit is contained in:
parent
a9844b1a1b
commit
331fe6a93a
|
@ -41,3 +41,8 @@ CHANGELOG
|
||||||
. Support for images vertically longer than 256 pixels
|
. Support for images vertically longer than 256 pixels
|
||||||
. Sent by Joel Lehtonen <joel.lehtonen@koodilehto.fi>
|
. Sent by Joel Lehtonen <joel.lehtonen@koodilehto.fi>
|
||||||
- Updated README
|
- Updated README
|
||||||
|
|
||||||
|
* 2016-01-24 - Version 1.0.9
|
||||||
|
- fix constant definition for PC1252
|
||||||
|
- move documentation to Sphinx
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='escpos',
|
name='escpos',
|
||||||
version='1.0.8',
|
version='1.0.9',
|
||||||
url='https://github.com/manpaz/python-escpos',
|
url='https://github.com/manpaz/python-escpos',
|
||||||
download_url='https://github.com/manpaz/python-escpos.git',
|
download_url='https://github.com/manpaz/python-escpos.git',
|
||||||
description='Python library to manipulate ESC/POS Printers',
|
description='Python library to manipulate ESC/POS Printers',
|
||||||
|
|
Loading…
Reference in New Issue