updated changelog and setup
This commit is contained in:
parent
ba29e34cf6
commit
503cbd0ca7
9
CHANGELOG.rst
Normal file
9
CHANGELOG.rst
Normal 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
|
4
setup.py
4
setup.py
@ -4,7 +4,9 @@ setup(
|
|||||||
name='dsmr-parser',
|
name='dsmr-parser',
|
||||||
description='Library to parse Dutch Smart Meter Requirements (DSMR)',
|
description='Library to parse Dutch Smart Meter Requirements (DSMR)',
|
||||||
author='Nigel Dokter',
|
author='Nigel Dokter',
|
||||||
version='0.1',
|
author_email='nigeldokter@gmail.com',
|
||||||
|
url='https://github.com/ndokter/dsmr_parser',
|
||||||
|
version='0.2',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pyserial>=3,<4',
|
'pyserial>=3,<4',
|
||||||
|
Loading…
Reference in New Issue
Block a user