Updated version number

This commit is contained in:
Nigel Dokter 2019-12-12 22:29:18 +01:00
parent 86690ef44b
commit 12aa003799
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
----------
**0.15** (2019-12-12)
- Fixed asyncio loop issue (`pull request #37 <https://github.com/ndokter/dsmr_parser/pull/36>`_).
**0.14** (2019-10-08)
- Changed serial reading to reduce CPU usage (`pull request #37 <https://github.com/ndokter/dsmr_parser/pull/37>`_).

View File

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