Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Jul 11, 2020
1 parent 1b23faa commit ecfb544
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/user/MQTTSubscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
import weeutil
from weeutil.weeutil import option_as_list, to_bool, to_float, to_int, to_sorted_string

VERSION = '1.6.1-rc01'
VERSION = '1.6.1'
DRIVER_NAME = 'MQTTSubscribeDriver'
DRIVER_VERSION = VERSION

Expand Down
13 changes: 13 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
V1.6.1
Enhancements/Fixes
- Fixed the cacheing of archive record fields when using the new field configuration.
- Fixed the lookup of individual payloads when using the new field configuration.
It will always use the full topic and the 'name = 'option must be used if only a portion is the WeeWX name.
- Fixed the MQTT native logging.
- Changed the example MessageCallbackProvider to be a simple XML parser.
- Added some unit tests for the example MessageCallbackProvider.

Internal Improvements
- Improved the integration test environment.
- Improved the debugging environment.

V1.6.0
Enhancements/Fixes
- Move the configuration of fields under the [[topics]] section (#72)
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
else:
from io import StringIO

VERSION = '1.6.1-rc01'
VERSION = '1.6.1'

MQTTSUBSCRIBESERVICE_CONFIG = """
[MQTTSubscribeService]
Expand Down

0 comments on commit ecfb544

Please sign in to comment.