diff --git a/CHANGELOG.md b/CHANGELOG.md index ba17a7ef..b08b65f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0] - 2019-12-26 +### Added + +- Reading configuration from json, yaml, py, conf files. Preparations for HASS.io addon + ## [1.2.0] - 2019-12-26 ### Added diff --git a/setup.py b/setup.py index 35d112fa..847358c6 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ setup( name='paradox-alarm-interface', - version='1.2.0', + version='1.3.0', author='João Paulo Barraca', author_email='jpbarraca@gmail.com', description='Interface to Paradox Alarm Panels', long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/ParadoxAlarmInterface/pai', - download_url='https://github.com/ParadoxAlarmInterface/pai/archive/1.1.0.tar.gz', + download_url='https://github.com/ParadoxAlarmInterface/pai/archive/1.3.0.tar.gz', packages=find_packages(exclude=['tests', 'tests.*', 'config.*', 'docs.*']), install_requires=[ 'construct >= 2.9.43',