Prepare release 1.0.0

This commit is contained in:
Nigel Dokter 2022-12-22 10:13:26 +01:00
parent d0cc429eda
commit 301a00e226
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Change Log Change Log
---------- ----------
**1.0.0** (2022-12-22)
- switched to new numbering scheme https://semver.org/
- Added support for Python 3.11 and dropped support for Python 3.6 (`pull request #110 <https://github.com/ndokter/dsmr_parser/pull/112>`_)
- Add support for Fluvius V1.7.1 DSMR messages (`pull request #110 <https://github.com/ndokter/dsmr_parser/pull/113>`_)
**0.34** (2022-10-19) **0.34** (2022-10-19)
- Adds support for the Sagemcom T210-D-r smart meter (`pull request #110 <https://github.com/ndokter/dsmr_parser/pull/110>`_). - Adds support for the Sagemcom T210-D-r smart meter (`pull request #110 <https://github.com/ndokter/dsmr_parser/pull/110>`_).

View File

@ -7,7 +7,7 @@ setup(
author_email='nigel@nldr.net', author_email='nigel@nldr.net',
license='MIT', license='MIT',
url='https://github.com/ndokter/dsmr_parser', url='https://github.com/ndokter/dsmr_parser',
version='0.34', version='1.0.0',
packages=find_packages(exclude=('test', 'test.*')), packages=find_packages(exclude=('test', 'test.*')),
install_requires=[ install_requires=[
'pyserial>=3,<4', 'pyserial>=3,<4',