Preparing release 0.26

This commit is contained in:
Nigel Dokter 2020-12-15 15:03:22 +01:00
parent 602129a665
commit feb0f88ddc
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
Change Log
----------
**0.26** (2020-12-15)
- reverted fix for empty parentheses in ProfileGenericParser (`pull request #68 <https://github.com/ndokter/dsmr_parser/pull/68>`_).
**0.25** (2020-12-14)
- fix for empty parentheses in ProfileGenericParser (`pull request #57 <https://github.com/ndokter/dsmr_parser/pull/57>`_).

View File

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