diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 497c0a7..ed37db8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Change Log ---------- +**0.33** (2022-04-20) + +- Test Python 3.10 in CI + legacy badge fix (`pull request #105 `_). +- Update telegram_specifications.py (`pull request #106 `_). +- Improve compatiblity with Belgian standard (`pull request #107 `_). +- Improve documentation asyncio (`pull request #63 `_). + **0.32** (2022-01-04) - Support DSMR data read via RFXtrx with integrated P1 reader (`pull request #98 `_). diff --git a/setup.py b/setup.py index 197759a..cb4f092 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( author_email='nigel@nldr.net', license='MIT', url='https://github.com/ndokter/dsmr_parser', - version='0.32', + version='0.33', packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4',