Updated changelog and version

This commit is contained in:
Nigel Dokter 2020-11-07 08:56:24 +01:00
parent de6725dff8
commit 1c7535448e
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
Change Log
----------
**0.23** (2020-11-07)
- Resolved issue with x-x:24.3.0 where it contains non-integer character (`pull request #61 <https://github.com/ndokter/dsmr_parser/pull/61>`_).
- Tests are not installed anymore (`pull request #59 <https://github.com/ndokter/dsmr_parser/pull/59>`_).
- Example telegram improvement (`pull request #58 <https://github.com/ndokter/dsmr_parser/pull/58>`_).
**0.22** (2020-08-23)
- CRC check speed is improved

View File

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