Preparing for release 0.24

This commit is contained in:
Nigel Dokter 2020-11-27 21:18:59 +01:00
parent 1a886aa03b
commit 684023d0b6
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
Change Log
----------
**0.24** (2020-11-27)
- Add Luxembourg equipment identifier (`pull request #62 <https://github.com/ndokter/dsmr_parser/pull/62>`_).
**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>`_).

View File

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