From 9dd57aede4be17e38e8e8dbfc500aefe72901534 Mon Sep 17 00:00:00 2001 From: Wijnand Modderman-Lenstra Date: Mon, 23 Nov 2015 11:00:21 +0100 Subject: [PATCH] Bump for 0.4.2 release fixing #16 --- README.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index da79460..a5876bc 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,10 @@ For more information, take a look at the documentation_. Changes ======= +0.4.2: + * bugfix: documentation files missing from the release tarball + `Issue #16 `_. + 0.4.1 * bugfix: re-transmit in send() on NAK or timeout, previously re-transmissions (wrongly) occurred only on garbage bytes. diff --git a/setup.py b/setup.py index 69da447..5eadfc4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='xmodem', - version='0.4.1', + version='0.4.2', author='Wijnand Modderman, Jeff Quast', author_email='maze@pyth0n.org', description=('XMODEM protocol implementation.'),