Skip to content

Commit

Permalink
Bump for 0.4.2 release fixing #16
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmaze committed Nov 23, 2015
1 parent 7fcf093 commit 9dd57ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/tehmaze/xmodem/issues/16>`_.

0.4.1
* bugfix: re-transmit in send() on NAK or timeout, previously
re-transmissions (wrongly) occurred only on garbage bytes.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'),
Expand Down

0 comments on commit 9dd57ae

Please sign in to comment.