Skip to content

Commit

Permalink
Bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed Aug 27, 2020
1 parent b928ff4 commit 4fd98ba
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
=========

1.0.4 (2020-08-27)
++++++++++++++++++

**Bugs**

* `#90`_ Fix error code of 2 Modbus errors. Thanks `@rgov`!
* `#100`_ Improve check for missing routes. Thanks `@rgov`!
* `#101`_ Fix crash if 1 of arguments of `umodbus.server.route` is `None` .Thanks `@rgov`!
* `#105`_ Fix byte count when for WriteMultipleCoils. Thank `@acolomb`!

**Improvements**

* `#102`_ Remove redundant exception traceback. Thanks `@rgov`!
* `#103`_ Fix error code of 2 Modbus errors. Thanks `@rgov`!
* `#104`_ Denote hex dump of ADU in debug log. Thanks `@rgov`!

.. _#90: https://github.com/AdvancedClimateSystems/uModbus/issues/90
.. _#100: https://github.com/AdvancedClimateSystems/uModbus/issues/100
.. _#101: https://github.com/AdvancedClimateSystems/uModbus/issues/101
.. _#102: https://github.com/AdvancedClimateSystems/uModbus/issues/102
.. _#103: https://github.com/AdvancedClimateSystems/uModbus/issues/103
.. _#104: https://github.com/AdvancedClimateSystems/uModbus/issues/103
.. _#105: https://github.com/AdvancedClimateSystems/uModbus/issues/105

1.0.3 (2019-12-04)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.3'
release = '1.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.3',
version='1.0.4',
author='Auke Willem Oosterhoff',
author_email='[email protected]',
description='Implementation of the Modbus protocol in pure Python.',
Expand Down

0 comments on commit 4fd98ba

Please sign in to comment.