Skip to content

Commit

Permalink
Bump to 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed Nov 12, 2015
1 parent c4869ec commit 36db028
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
@@ -1,6 +1,15 @@
Changelog
=========

0.1.1 (2015-11-12)
++++++++++++++++++

**Bugs**

* `#7`_ Fix default stream and log level of `utils.log_to_stream`.

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

0.1.0 (2015-11-10)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup

setup(name='uModbus',
version='0.1.0',
version='0.1.1',
author='Auke Willem Oosterhoff',
author_email='oosterhoff@baopt.nl',
description='Implementation of the Modbus protocol in pure Python.',
Expand Down

0 comments on commit 36db028

Please sign in to comment.