updated changelog in preparation of v0.9

This commit is contained in:
Nigel Dokter 2017-03-02 19:15:19 +01:00
parent aef37837c5
commit d216996fe6
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
----------
**0.9** (2017-03-02)
- allow the telegram specification to optionally be autodetected
**0.8** (2017-01-26)
- added support for DSMR v3

View File

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