Updated changelog

This commit is contained in:
Nigel Dokter 2020-01-28 19:40:27 +01:00
parent 47c20e763f
commit dc6c35a0b6
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
----------
**0.18** (2020-01-28)
- PyCRC replacement (`pull request #48 <https://github.com/ndokter/dsmr_parser/pull/48>`_).
**0.17** (2019-12-21)
- Add a true telegram object (`pull request #40 <https://github.com/ndokter/dsmr_parser/pull/40>`_).

View File

@ -6,7 +6,7 @@ setup(
author='Nigel Dokter',
author_email='nigel@nldr.net',
url='https://github.com/ndokter/dsmr_parser',
version='0.17',
version='0.18',
packages=find_packages(),
install_requires=[
'pyserial>=3,<4',