Skip to content

Commit

Permalink
#48 Update pyserial. Bump to 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Auke Willem Oosterhoff committed Oct 31, 2016
1 parent ebcc6e7 commit 789aff4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 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.8.0 (2016-10-31)
++++++++++++++++++

**Features**

* `#48` Update to pyserial 3.2.1

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

0.7.2 (2016-09-27)
++++++++++++++++++

Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@

# General information about the project.
project = 'uModbus'
copyright = '2015, Auke Willem Oosterhoff <oosterhoff@baopt.nl>'
copyright = '2016, Auke Willem Oosterhoff <oosterhoff@baopt.nl>'
author = 'Auke Willem Oosterhoff <oosterhoff@baopt.nl>'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.7'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '0.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyserial==3.1.1
pyserial~=3.2.1
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.2',
version='0.8.0',
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.2.1',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 789aff4

Please sign in to comment.