updated changelog and setup

This commit is contained in:
Nigel Dokter 2016-11-08 19:26:21 +01:00
parent ba29e34cf6
commit 503cbd0ca7
2 changed files with 12 additions and 1 deletions

9
CHANGELOG.rst Normal file
View File

@ -0,0 +1,9 @@
Change Log
----------
**0.2** (2016-11-08)
- User https://github.com/aequitas added support for DMSR version 2.2
**0.1** (2016-08-22)
- Initial version with a serial reader and support for DSMR version 4.x

View File

@ -4,7 +4,9 @@ setup(
name='dsmr-parser',
description='Library to parse Dutch Smart Meter Requirements (DSMR)',
author='Nigel Dokter',
version='0.1',
author_email='nigeldokter@gmail.com',
url='https://github.com/ndokter/dsmr_parser',
version='0.2',
packages=find_packages(),
install_requires=[
'pyserial>=3,<4',