From 922e1fc2aeab997bfb62fe3748766fea379a5485 Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Sun, 18 Apr 2021 12:48:25 +0200 Subject: [PATCH] Preparing release 0.29 --- CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c24591..6b1c1d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Change Log ---------- +**0.29** (2021-04-18) +- Add value and unit properties to ProfileGenericObject to make sure that code like iterators that rely on that do not break (`pull request #71 `_). +- Remove deprecated asyncio coroutine decorator (`pull request #76 `_). + **0.28** (2021-02-21) - Optional keep alive monitoring for TCP/IP connections (`pull request #73 `_). - Catch parse errors in TelegramParser, ignore lines that can not be parsed (`pull request #74 `_). diff --git a/setup.py b/setup.py index e08d8b3..d8ca4a5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( author='Nigel Dokter and many others', author_email='nigel@nldr.net', url='https://github.com/ndokter/dsmr_parser', - version='0.28', + version='0.29', packages=find_packages(exclude=('test', 'test.*')), install_requires=[ 'pyserial>=3,<4',