Merge changes from 'master' into 'development'

(merges in the version bump)
This commit is contained in:
Patrick Kanzler 2016-02-08 17:44:26 +01:00
commit 95f5b5ed48
2 changed files with 6 additions and 1 deletions

View File

@ -41,3 +41,8 @@ CHANGELOG
. Support for images vertically longer than 256 pixels
. Sent by Joel Lehtonen <joel.lehtonen@koodilehto.fi>
- Updated README
* 2016-01-24 - Version 1.0.9
- fix constant definition for PC1252
- move documentation to Sphinx

View File

@ -39,7 +39,7 @@ class Tox(TestCommand):
setup(
name='escpos',
version='1.0.8',
version='1.0.9',
url='https://github.com/manpaz/python-escpos',
download_url='https://github.com/manpaz/python-escpos.git',
description='Python library to manipulate ESC/POS Printers',