Prepare for release 0.27

This commit is contained in:
Nigel Dokter 2020-12-24 21:46:41 +01:00
parent d61f2229c8
commit 3dc77a8231
2 changed files with 4 additions and 1 deletions

View File

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

View File

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