Skip to content

Commit

Permalink
Bump to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Auke Willem Oosterhoff committed Sep 1, 2016
1 parent 5cd59ae commit e705cb3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.7.1 (01-09-2016)
++++++++++++++++++

**Bugs**

* `#41` RTU server doesn't handle frames correct.

.. _#41: https://github.com/AdvancedClimateSystems/uModbus/issues/41

0.7.0 (29-07-2016)
++++++++++++++++++

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions 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='0.7.0',
version='0.7.1',
author='Auke Willem Oosterhoff',
author_email='oosterhoff@baopt.nl',
description='Implementation of the Modbus protocol in pure Python.',
Expand All @@ -27,7 +27,7 @@
'umodbus.server.serial',
],
install_requires=[
'pyserial>=3.1.1',
'pyserial~=3.1.1',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit e705cb3

Please sign in to comment.