Updated changelog
This commit is contained in:
parent
addf9b590e
commit
0427ace079
@ -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.
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user