Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Dec 26, 2019
1 parent 197dee1 commit eef33b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

setup(
name='paradox-alarm-interface',
version='1.2.0',
version='1.3.0',
author='João Paulo Barraca',
author_email='[email protected]',
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',
Expand Down

0 comments on commit eef33b8

Please sign in to comment.