Updated changelog

This commit is contained in:
Nigel Dokter 2020-08-23 09:36:31 +02:00
parent addf9b590e
commit 0427ace079
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
Change Log Change Log
---------- ----------
**0.22** (2020-08-23)
- CRC check speed is improved
- Exception info improvement
**0.21** (2020-05-25) **0.21** (2020-05-25)
- All objects can produce a json serialization of their state. - All objects can produce a json serialization of their state.

View File

@ -6,7 +6,7 @@ setup(
author='Nigel Dokter', author='Nigel Dokter',
author_email='nigel@nldr.net', author_email='nigel@nldr.net',
url='https://github.com/ndokter/dsmr_parser', url='https://github.com/ndokter/dsmr_parser',
version='0.21', version='0.22',
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
'pyserial>=3,<4', 'pyserial>=3,<4',