Release 1.1.0
This commit is contained in:
parent
026b91cd49
commit
ca8392504d
@ -1,6 +1,11 @@
|
||||
Change Log
|
||||
----------
|
||||
|
||||
**1.1.0** (2023-02-08)
|
||||
|
||||
- Add instantaneous reactive power + fixed swapped reactive total import export (`pull request #124 <https://github.com/ndokter/dsmr_parser/pull/124>`_ by `yada75 <https://github.com/yada75>`_)
|
||||
|
||||
|
||||
**1.0.0** (2022-12-22)
|
||||
|
||||
- switched to new numbering scheme https://semver.org/
|
||||
|
4
setup.py
4
setup.py
@ -4,10 +4,10 @@ setup(
|
||||
name='dsmr-parser',
|
||||
description='Library to parse Dutch Smart Meter Requirements (DSMR)',
|
||||
author='Nigel Dokter and many others',
|
||||
author_email='nigel@nldr.net',
|
||||
author_email='mail@nldr.net',
|
||||
license='MIT',
|
||||
url='https://github.com/ndokter/dsmr_parser',
|
||||
version='1.0.0',
|
||||
version='1.1.0',
|
||||
packages=find_packages(exclude=('test', 'test.*')),
|
||||
install_requires=[
|
||||
'pyserial>=3,<4',
|
||||
|
Loading…
Reference in New Issue
Block a user