From 331fe6a93a300a6bdc03dc28d7c6faec23d99d1c Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 24 Jan 2016 15:32:54 +0100 Subject: [PATCH] version bump to 1.0.9 --- CHANGELOG | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6af31fc..421a510 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -41,3 +41,8 @@ CHANGELOG . Support for images vertically longer than 256 pixels . Sent by Joel Lehtonen - Updated README + +* 2016-01-24 - Version 1.0.9 +- fix constant definition for PC1252 +- move documentation to Sphinx + diff --git a/setup.py b/setup.py index adbb97a..8c64d6a 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup 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',