Skip to content

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed May 22, 2018
1 parent 7b3827d commit 0560a42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.0.2 (2018-05-22)
++++++++++++++++++

I released uModbus 1.0.1 without updating the version number in `setup.py`.
This releases fixes this.

1.0.1 (2018-05-22)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = open(os.path.join(cwd, 'README.rst'), 'r').read()

setup(name='uModbus',
version='1.0.0',
version='1.0.2',
author='Auke Willem Oosterhoff',
author_email='[email protected]',
description='Implementation of the Modbus protocol in pure Python.',
Expand Down

0 comments on commit 0560a42

Please sign in to comment.