updated version

This commit is contained in:
Nigel Dokter 2017-09-18 12:02:36 +02:00
parent 41381f1705
commit d94bc8de03
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
----------
**0.11** (2017-09-18)
- NULL value fix in checksum (`pull request #26 <https://github.com/ndokter/dsmr_parser/pull/26>`_)
**0.10** (2017-06-05)
- bugix: don't force full telegram signatures (`pull request #25 <https://github.com/ndokter/dsmr_parser/pull/25>`_)

View File

@ -6,7 +6,7 @@ setup(
author='Nigel Dokter',
author_email='nigeldokter@gmail.com',
url='https://github.com/ndokter/dsmr_parser',
version='0.10',
version='0.11',
packages=find_packages(),
install_requires=[
'pyserial>=3,<4',