Skip to content

Commit 0560a42

Browse files
committed
Bump to 1.0.2
1 parent 7b3827d commit 0560a42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
1.0.2 (2018-05-22)
5+
++++++++++++++++++
6+
7+
I released uModbus 1.0.1 without updating the version number in `setup.py`.
8+
This releases fixes this.
9+
410
1.0.1 (2018-05-22)
511
++++++++++++++++++
612

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = open(os.path.join(cwd, 'README.rst'), 'r').read()
1313

1414
setup(name='uModbus',
15-
version='1.0.0',
15+
version='1.0.2',
1616
author='Auke Willem Oosterhoff',
1717
author_email='[email protected]',
1818
description='Implementation of the Modbus protocol in pure Python.',

0 commit comments

Comments
 (0)