Release 1.1.0

This commit is contained in:
Nigel Dokter 2023-02-08 12:02:14 +01:00
parent 026b91cd49
commit ca8392504d
2 changed files with 7 additions and 2 deletions

View File

@ -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/

View File

@ -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',