Skip to content

Commit

Permalink
Preparing release 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ndokter committed Dec 15, 2020
1 parent 602129a commit feb0f88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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>`_).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author='Nigel Dokter',
author_email='[email protected]',
url='https://github.com/ndokter/dsmr_parser',
version='0.25',
version='0.26',
packages=find_packages(exclude=('test', 'test.*')),
install_requires=[
'pyserial>=3,<4',
Expand Down

0 comments on commit feb0f88

Please sign in to comment.