mirror of
https://github.com/nikdoof/aaisp2mqtt.git
synced 2025-12-17 12:49:22 +00:00
Version 0.3.1
This commit is contained in:
@@ -4,13 +4,13 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.3.1]
|
||||||
### Fixed
|
### Fixed
|
||||||
- Resolved issue where messages were not being delivered to the MQTT server in time for disconnection.
|
- Resolved issue where messages were not being delivered to the MQTT server in time for disconnection.
|
||||||
|
|
||||||
## [0.3.0] - 2020-04-16
|
## [0.3.0] - 2020-04-16
|
||||||
### Added
|
### Added
|
||||||
- Support for Home Assistant autodiscovery
|
- Support for Home Assistant auto-discovery
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/nikdoof/aaisp2mqtt/compare/0.3.0...HEAD
|
[Unreleased]: https://github.com/nikdoof/aaisp2mqtt/compare/0.3.0...HEAD
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import requests
|
|||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
VERSION = '0.3.0'
|
VERSION = '0.3.1'
|
||||||
|
|
||||||
AAISP_INFO_URL = 'https://chaos2.aa.net.uk/broadband/info'
|
AAISP_INFO_URL = 'https://chaos2.aa.net.uk/broadband/info'
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='aaisp2mqtt',
|
name='aaisp2mqtt',
|
||||||
version='0.3.0',
|
version='0.3.1',
|
||||||
description='A script to publish Andrews & Arnold / AAISP broadband quota and sync rates to MQTT',
|
description='A script to publish Andrews & Arnold / AAISP broadband quota and sync rates to MQTT',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|||||||
Reference in New Issue
Block a user