From: Raphael Michel Date: Wed, 12 Dec 2018 15:02:44 +0000 (+0100) Subject: Bump version to 1.1.1 X-Git-Tag: 1.1.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c581a19e694571bda09f41df4d346da7e36f94f3;p=thirdparty%2Fpython-drafthorse.git Bump version to 1.1.1 --- diff --git a/README.rst b/README.rst index 3c02389..59289fc 100644 --- a/README.rst +++ b/README.rst @@ -59,8 +59,6 @@ Generating:: >>> new_pdf_bytes = attach_xml(original_pdf_bytes, xml, 'BASIC') - - Development ----------- diff --git a/drafthorse/__init__.py b/drafthorse/__init__.py index d66da44..813ff3b 100644 --- a/drafthorse/__init__.py +++ b/drafthorse/__init__.py @@ -1 +1 @@ -version = '1.1.0' +version = '1.1.1'